From 6ac94d75c1ae3bf3ed5b53960f36f9708c05ceb7 Mon Sep 17 00:00:00 2001 From: F-Droid checkupdates bot Date: Sat, 2 Jul 2022 05:12:17 +0000 Subject: [PATCH] Update DarkModeLiveWallpaper to 1.4.0-alpha0 (31) --- 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 df33f63f93..944b101e8b 100644 --- a/metadata/com.github.cvzi.darkmodewallpaper.yml +++ b/metadata/com.github.cvzi.darkmodewallpaper.yml @@ -242,7 +242,20 @@ Builds: rm: - app/publish.gradle + - versionName: 1.4.0-alpha0 + versionCode: 31 + commit: dbfb15a9dfed0362f6a26e64b3cf6a6725bfd410 + 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.3.1 -CurrentVersionCode: 30 +CurrentVersion: 1.4.0-alpha0 +CurrentVersionCode: 31