mirror of
https://github.com/syncthing/syncthing-android.git
synced 2024-11-22 04:11:14 +00:00
6df11ac1e4
Upgrade compile sdk and tools from 33 to 34 This is needed to update Android Gradle Plugin (AGP) and other dependencies. |
||
---|---|---|
.. | ||
Dockerfile | ||
prebuild.sh | ||
README.md |
How to use this
Create the builder image
From inside the checked out syncthing-android repository, run:
docker build -t syncthing-android-builder:latest -f ./docker/Dockerfile .
Build the app
- From inside the checked out syncthing-android repository, run:
git submodule init; git submodule update
- Actual build:
docker run --rm -v /tmp/syncthing-android:/mnt syncthing-android-builder ./gradlew buildNative assembleDebug
- Retrieve APKs from ./app/build/outputs