The source project of this merge request has been removed.
Dockerfile updates
- Adds fastlane to the Docker image so that Play Store deploys can be automated. This requires Ruby to be installed as well.
Removesndk-bundle
as well as the downloaded android-sdk.zip file to hopefully save space.ndk-bundle
isn't actually needed as we're already downloading two other NDKs. However, the Gradle build process still expects it to be there, so we can just symlink NDK 21 to the location thatndk-bundle
is expected to be in. This does produce a warning during app builds, but it should be safe to ignore.