Dummy Android App

@Benoit Donneaux Benoit Donneaux authored on 12 Dec 2019
app Update version to 0.0.5-72 7 years ago
fastlane [DP-590] Update Fastlane and deps to 2.137.0 6 years ago
gradle/ wrapper [DP-590] Upgrade Gradle as per Dappre project 6 years ago
lazyDir [DP-590] Optimized after testing Dappre project 6 years ago
.gitignore Avoid Eclipse files 7 years ago
Gemfile [DP-590] Move Gemfiles in lazyDir for Docker 6 years ago
Gemfile.lock [DP-590] Move Gemfiles in lazyDir for Docker 6 years ago
Jenkinsfile [DP-590] Add default variable to tune Gradle JVM 6 years ago
README.md [DP-590] Add and document support for Docker composer 6 years ago
build.gradle [DP-590] Match Dappre project 6 years ago
docker-compose.yml [DP-590] Add and document support for Docker composer 6 years ago
gradle.properties [DP-590] Optimize Gradle properties 6 years ago
gradlew [DP-118] Update Gradle wrapper and switch to bin only 7 years ago
gradlew.bat [DP-118] Update Gradle wrapper and switch to bin only 7 years ago
settings.gradle [DAP-516] Innital commit of the root repo to define ignore prop right after 9 years ago
README.md

Dummy Android

Requirements

  • Android SDK
  • Docker (18.09.1+)
  • Docker Composer (1.21.0+)

Configuration

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!

Usage

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