diff --git a/metadata/com.github.cvzi.darkmodewallpaper.yml b/metadata/com.github.cvzi.darkmodewallpaper.yml index fcf8df3703..afe08168d5 100644 --- a/metadata/com.github.cvzi.darkmodewallpaper.yml +++ b/metadata/com.github.cvzi.darkmodewallpaper.yml @@ -164,7 +164,20 @@ Builds: rm: - app/publish.gradle + - versionName: 1.2.6 + versionCode: 23 + commit: e0d9b64e61d93a70976bf9a15abe983d2bf08f47 + 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.5 -CurrentVersionCode: 22 +CurrentVersion: 1.2.6 +CurrentVersionCode: 23