diff --git a/metadata/com.github.catfriend1.syncthingandroid.yml b/metadata/com.github.catfriend1.syncthingandroid.yml index ca48fc1042..110fc69d9d 100644 --- a/metadata/com.github.catfriend1.syncthingandroid.yml +++ b/metadata/com.github.catfriend1.syncthingandroid.yml @@ -1693,6 +1693,23 @@ Builds: preassemble: - buildNative + - versionName: 1.18.6.0 + versionCode: 1180600 + commit: c86fec5b4aa7146977315478bc20f2fce1ae74eb + submodules: true + sudo: + - apt-get update || apt-get update + - apt-get install -y openjdk-11-jdk + - update-alternatives --auto java + gradle: + - yes + output: app/build/outputs/apk/release/app-release-unsigned.apk + rm: + - syncthing/src/github.com/syncthing/syncthing/lib/model/testdata + prebuild: sed -i -e '/signingConfig/d' app/build.gradle + preassemble: + - buildNative + MaintainerNotes: |- The submodule in syncthing/src/github.com/syncthing/syncthing must be pristine, as the version/release information is taken from git. @@ -1703,5 +1720,5 @@ MaintainerNotes: |- AutoUpdateMode: Version v%v UpdateCheckMode: Tags ^v[a-z0-9.]*$ -CurrentVersion: 1.18.5.0 -CurrentVersionCode: 1180500 +CurrentVersion: 1.18.6.0 +CurrentVersionCode: 1180600