From 6c5fc6ff23c2760cad759aa9a6722caa654a81e2 Mon Sep 17 00:00:00 2001 From: F-Droid checkupdates bot Date: Sat, 30 Sep 2023 04:19:10 +0000 Subject: [PATCH] Update WallFlow to 1.4.0 (904) --- metadata/com.ammar.wallflow.yml | 64 +++++++++++++++++++++++++++++++-- 1 file changed, 62 insertions(+), 2 deletions(-) diff --git a/metadata/com.ammar.wallflow.yml b/metadata/com.ammar.wallflow.yml index 2fefb14edf..d28bdeb168 100644 --- a/metadata/com.ammar.wallflow.yml +++ b/metadata/com.ammar.wallflow.yml @@ -375,6 +375,66 @@ Builds: - fdroid - abi=arm64-v8a + - versionName: 1.4.0 + versionCode: 901 + commit: 0b025249e77b29273e768e95061a4072cb376319 + subdir: app + sudo: + - apt-get update + - apt-get install -y openjdk-17-jdk-headless + - update-java-alternatives -a + gradle: + - base + binary: https://github.com/ammargitham/WallFlow/releases/download/v%v/app-base-x86-release-signed.apk + gradleprops: + - fdroid + - abi=x86 + + - versionName: 1.4.0 + versionCode: 902 + commit: 0b025249e77b29273e768e95061a4072cb376319 + subdir: app + sudo: + - apt-get update + - apt-get install -y openjdk-17-jdk-headless + - update-java-alternatives -a + gradle: + - base + binary: https://github.com/ammargitham/WallFlow/releases/download/v%v/app-base-x86_64-release-signed.apk + gradleprops: + - fdroid + - abi=x86_64 + + - versionName: 1.4.0 + versionCode: 903 + commit: 0b025249e77b29273e768e95061a4072cb376319 + subdir: app + sudo: + - apt-get update + - apt-get install -y openjdk-17-jdk-headless + - update-java-alternatives -a + gradle: + - base + binary: https://github.com/ammargitham/WallFlow/releases/download/v%v/app-base-armeabi-v7a-release-signed.apk + gradleprops: + - fdroid + - abi=armeabi-v7a + + - versionName: 1.4.0 + versionCode: 904 + commit: 0b025249e77b29273e768e95061a4072cb376319 + subdir: app + sudo: + - apt-get update + - apt-get install -y openjdk-17-jdk-headless + - update-java-alternatives -a + gradle: + - base + binary: https://github.com/ammargitham/WallFlow/releases/download/v%v/app-base-arm64-v8a-release-signed.apk + gradleprops: + - fdroid + - abi=arm64-v8a + AllowedAPKSigningKeys: 1546a9c1ffa4482504fa41c8b4d66ebaa387b96bd87cea2a148133876ed87dd4 AutoUpdateMode: Version @@ -384,5 +444,5 @@ VercodeOperation: - '%c * 100 + 2' - '%c * 100 + 3' - '%c * 100 + 4' -CurrentVersion: 1.3.1 -CurrentVersionCode: 804 +CurrentVersion: 1.4.0 +CurrentVersionCode: 904