diff --git a/metadata/com.github.k1rakishou.chan.fdroid.yml b/metadata/com.github.k1rakishou.chan.fdroid.yml index 8db51cfec7..cba5e4c031 100644 --- a/metadata/com.github.k1rakishou.chan.fdroid.yml +++ b/metadata/com.github.k1rakishou.chan.fdroid.yml @@ -404,7 +404,18 @@ Builds: gradle: - fdroid + - versionName: v1.3.13 + versionCode: 10313 + commit: e02b858d0b006f29429d4539a7506230bd44b44b + 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.10 -CurrentVersionCode: 10310 +CurrentVersion: v1.3.13 +CurrentVersionCode: 10313