diff --git a/metadata/com.github.cvzi.darkmodewallpaper.yml b/metadata/com.github.cvzi.darkmodewallpaper.yml index 8fd53a6e48..12ec86f885 100644 --- a/metadata/com.github.cvzi.darkmodewallpaper.yml +++ b/metadata/com.github.cvzi.darkmodewallpaper.yml @@ -216,7 +216,20 @@ Builds: rm: - app/publish.gradle + - versionName: 1.2.11 + versionCode: 28 + commit: c32099ef9133795a67374520cd534050ed1d7ccc + 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.10 -CurrentVersionCode: 27 +CurrentVersion: 1.2.11 +CurrentVersionCode: 28