diff --git a/metadata/com.sunilpaulmathew.snotz.yml b/metadata/com.sunilpaulmathew.snotz.yml index ad6b84b541..460f0ff571 100644 --- a/metadata/com.sunilpaulmathew.snotz.yml +++ b/metadata/com.sunilpaulmathew.snotz.yml @@ -38,7 +38,18 @@ Builds: gradle: - fdroid + - versionName: v0.15 + versionCode: 15 + commit: 61b59e60b9bfdf0fa46172e2286ad7277569f5c3 + 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.14 -CurrentVersionCode: 14 +CurrentVersion: v0.15 +CurrentVersionCode: 15