mirror of
https://github.com/syncthing/syncthing-android.git
synced 2024-11-22 20:31:16 +00:00
f0762bab12
This is just a "minor" upgrade for android "12L" - some tablet related improvements we likely don't care about. This bump is to support a contribution to migrate our UI from something legacy to an up-to-date default framework that requires >=32. |
||
---|---|---|
.. | ||
Dockerfile | ||
prebuild.sh | ||
README.md |
How to use this
- Build the docker image:
docker build -t syncthing-android-builder:latest .
- Checkout syncthing-android somewhere (for the sake of discussion let's say /tmp/syncthing-android)
- Inside /tmp/syncthing-android, do
git submodule init; git submodule update
- Run
docker run --rm -v /tmp/syncthing-android:/mnt syncthing-android-builder ./gradlew buildNative assembleDebug
- Retrieve APKs from /tmp/syncthing-android/app/build/outputs