From e68a8673f382d981dc825a895c3b639366af7fd2 Mon Sep 17 00:00:00 2001 From: F-Droid checkupdates bot Date: Wed, 15 Jun 2022 04:59:21 +0000 Subject: [PATCH] Update DarkModeLiveWallpaper to 1.2.10 (27) --- metadata/com.github.cvzi.darkmodewallpaper.yml | 17 +++++++++++++++-- 1 file changed, 15 insertions(+), 2 deletions(-) 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