diff --git a/metadata/com.github.k1rakishou.chan.fdroid.yml b/metadata/com.github.k1rakishou.chan.fdroid.yml index 3c1651fef5..2f90f61a15 100644 --- a/metadata/com.github.k1rakishou.chan.fdroid.yml +++ b/metadata/com.github.k1rakishou.chan.fdroid.yml @@ -360,7 +360,18 @@ Builds: gradle: - fdroid + - versionName: v1.3.7 + versionCode: 10307 + commit: 76512d547eea3a4d00bd1b889348ea72f28cd599 + 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.6 -CurrentVersionCode: 10306 +CurrentVersion: v1.3.7 +CurrentVersionCode: 10307