diff --git a/metadata/com.github.cvzi.darkmodewallpaper.yml b/metadata/com.github.cvzi.darkmodewallpaper.yml index 7095bfe55c..fcf8df3703 100644 --- a/metadata/com.github.cvzi.darkmodewallpaper.yml +++ b/metadata/com.github.cvzi.darkmodewallpaper.yml @@ -151,7 +151,20 @@ Builds: rm: - app/publish.gradle + - versionName: 1.2.5 + versionCode: 22 + commit: 074b144a4d01c3f861a51823c69be0a51dde5a26 + subdir: app + sudo: + - apt-get update || apt-get update + - apt-get install -y openjdk-11-jdk-headless + - update-alternatives --auto java + gradle: + - yes + rm: + - app/publish.gradle + AutoUpdateMode: Version v%v UpdateCheckMode: Tags -CurrentVersion: 1.2.4 -CurrentVersionCode: 21 +CurrentVersion: 1.2.5 +CurrentVersionCode: 22