Dummy Android App
| app | 6 years ago | ||
| fastlane | 5 years ago | ||
| gradle/ wrapper | 6 years ago | ||
| lazyDir | 6 years ago | ||
| .gitignore | 7 years ago | ||
| Gemfile | 6 years ago | ||
| Gemfile.lock | 6 years ago | ||
| Jenkinsfile | 6 years ago | ||
| README.md | 6 years ago | ||
| build.gradle | 6 years ago | ||
| docker-compose.yml | 6 years ago | ||
| gradle.properties | 6 years ago | ||
| gradlew | 7 years ago | ||
| gradlew.bat | 7 years ago | ||
| settings.gradle | 9 years ago | ||
By default, Android SDK is expected under ~/android/sdk. It is possible to adapt this path in docker-compose.yml. But it may also be specified in your local.properties!
The following command should build (if required) and start a shell session inside the container:
docker-compose --compatibility run --rm default
From there, Gradle and Fastlane should work as expected:
./gradlew tasks fastlane lanes
Most importantly, Fastlane or the whole bundle can be updated:
bundle update fastlane bundle update