Skip to content

Commit

Permalink
Revert "build(app): add Android setup with Docker"
Browse files Browse the repository at this point in the history
This reverts commit a0cfb13.
Instead of using a Docker image, the local development environment
should be set up (also to emulate how app works on Android).
  • Loading branch information
tamslo committed Oct 5, 2023
1 parent a0cfb13 commit 7d0a4d7
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 33 deletions.
14 changes: 0 additions & 14 deletions app/CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,17 +58,3 @@ flutter pub run flutter_launcher_icons:main
```

This will generate icons for both iOS as well as Android.

## Building with Docker for Android

Using `instrumentisto/flutter` to build (of course also possible locally, but
might not work due to conflicting Java/Gradle/... versions).

Add keys according to
[Flutter docs](https://docs.flutter.dev/deployment/android) and set the path in
`key.properties` to `/keystore/upload-keystore.jks` (this is where the
to-be-mounted volume points to; would recommend to keep the original path as a
comment for reference).

Execute the `build_android.sh` script:
`bash build_helpers/build_android.sh <path-to-keystore> <path-to-repository>`.
7 changes: 0 additions & 7 deletions app/build_helpers/android.Dockerfile

This file was deleted.

12 changes: 0 additions & 12 deletions app/build_helpers/build_android.sh

This file was deleted.

0 comments on commit 7d0a4d7

Please sign in to comment.