diff --git a/metadata/com.github.k1rakishou.chan.fdroid.yml b/metadata/com.github.k1rakishou.chan.fdroid.yml index 7faa02ec53..68e3ddf479 100644 --- a/metadata/com.github.k1rakishou.chan.fdroid.yml +++ b/metadata/com.github.k1rakishou.chan.fdroid.yml @@ -382,7 +382,18 @@ Builds: gradle: - fdroid + - versionName: v1.3.9 + versionCode: 10309 + commit: 4830c8d3dd04fdf804586e6125b88ab5e6b504fd + subdir: Kuroba/app + sudo: + - apt-get update || apt-get update + - apt-get install -y openjdk-11-jdk + - update-alternatives --auto java + gradle: + - fdroid + AutoUpdateMode: Version %v-release UpdateCheckMode: Tags v\d+?\.\d{1,2}\.\d{1,2}-release$ -CurrentVersion: v1.3.8 -CurrentVersionCode: 10308 +CurrentVersion: v1.3.9 +CurrentVersionCode: 10309