From 7c8d0b4e5dd8f7b5a25e17f9c13a2215779e8091 Mon Sep 17 00:00:00 2001 From: F-Droid checkupdates bot Date: Sun, 29 Oct 2023 04:42:20 +0000 Subject: [PATCH] Update WallFlow to 2.0.0 (1104) --- 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 590df374e7..6c2dab2244 100644 --- a/metadata/com.ammar.wallflow.yml +++ b/metadata/com.ammar.wallflow.yml @@ -495,6 +495,66 @@ Builds: - fdroid - abi=arm64-v8a + - versionName: 2.0.0 + versionCode: 1101 + commit: 10b4e57cab83db7230ed4a4a731903a2ddebc05e + 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: 2.0.0 + versionCode: 1102 + commit: 10b4e57cab83db7230ed4a4a731903a2ddebc05e + 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: 2.0.0 + versionCode: 1103 + commit: 10b4e57cab83db7230ed4a4a731903a2ddebc05e + 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: 2.0.0 + versionCode: 1104 + commit: 10b4e57cab83db7230ed4a4a731903a2ddebc05e + 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 @@ -504,5 +564,5 @@ VercodeOperation: - '%c * 100 + 2' - '%c * 100 + 3' - '%c * 100 + 4' -CurrentVersion: 1.5.0 -CurrentVersionCode: 1004 +CurrentVersion: 2.0.0 +CurrentVersionCode: 1104