diff --git a/metadata/com.github.cvzi.darkmodewallpaper.yml b/metadata/com.github.cvzi.darkmodewallpaper.yml index 0a14cc1c50..8fd53a6e48 100644 --- a/metadata/com.github.cvzi.darkmodewallpaper.yml +++ b/metadata/com.github.cvzi.darkmodewallpaper.yml @@ -203,7 +203,20 @@ Builds: rm: - app/publish.gradle + - versionName: 1.2.10 + versionCode: 27 + commit: 2167428747fab805c77bb0b384a825558dbf6595 + 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.9 -CurrentVersionCode: 26 +CurrentVersion: 1.2.10 +CurrentVersionCode: 27