diff --git a/metadata/com.sunilpaulmathew.snotz.yml b/metadata/com.sunilpaulmathew.snotz.yml index 2a4e2e70e6..c4e0ec8de7 100644 --- a/metadata/com.sunilpaulmathew.snotz.yml +++ b/metadata/com.sunilpaulmathew.snotz.yml @@ -60,7 +60,18 @@ Builds: gradle: - fdroid + - versionName: v0.17 + versionCode: 17 + commit: 76b5c5415406965943acb7359ae275fc68dfd88f + subdir: app + sudo: + - apt-get update || apt-get update + - apt-get install -y openjdk-11-jdk + - update-alternatives --auto java + gradle: + - fdroid + AutoUpdateMode: Version %v UpdateCheckMode: Tags -CurrentVersion: v0.16 -CurrentVersionCode: 16 +CurrentVersion: v0.17 +CurrentVersionCode: 17