diff --git a/metadata/com.github.cvzi.darkmodewallpaper.yml b/metadata/com.github.cvzi.darkmodewallpaper.yml index afe08168d5..a37c9b76aa 100644 --- a/metadata/com.github.cvzi.darkmodewallpaper.yml +++ b/metadata/com.github.cvzi.darkmodewallpaper.yml @@ -177,7 +177,20 @@ Builds: rm: - app/publish.gradle + - versionName: 1.2.8 + versionCode: 25 + commit: 14a63de7ed303b58372acdca326e56a5b6f8fc5a + 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.6 -CurrentVersionCode: 23 +CurrentVersion: 1.2.8 +CurrentVersionCode: 25