diff --git a/metadata/com.ammar.wallflow.plus.yml b/metadata/com.ammar.wallflow.plus.yml index 0befda10b1..3ff08af947 100644 --- a/metadata/com.ammar.wallflow.plus.yml +++ b/metadata/com.ammar.wallflow.plus.yml @@ -495,6 +495,66 @@ Builds: - fdroid - abi=arm64-v8a + - versionName: 2.4.1 + versionCode: 1801 + commit: 6a1cfa38539689a585048b02e6138c46be096686 + subdir: app + sudo: + - apt-get update + - apt-get install -y openjdk-17-jdk-headless + - update-java-alternatives -a + gradle: + - plus + binary: https://github.com/ammargitham/WallFlow/releases/download/v%v/app-plus-x86-release-signed.apk + gradleprops: + - fdroid + - abi=x86 + + - versionName: 2.4.1 + versionCode: 1802 + commit: 6a1cfa38539689a585048b02e6138c46be096686 + subdir: app + sudo: + - apt-get update + - apt-get install -y openjdk-17-jdk-headless + - update-java-alternatives -a + gradle: + - plus + binary: https://github.com/ammargitham/WallFlow/releases/download/v%v/app-plus-x86_64-release-signed.apk + gradleprops: + - fdroid + - abi=x86_64 + + - versionName: 2.4.1 + versionCode: 1803 + commit: 6a1cfa38539689a585048b02e6138c46be096686 + subdir: app + sudo: + - apt-get update + - apt-get install -y openjdk-17-jdk-headless + - update-java-alternatives -a + gradle: + - plus + binary: https://github.com/ammargitham/WallFlow/releases/download/v%v/app-plus-armeabi-v7a-release-signed.apk + gradleprops: + - fdroid + - abi=armeabi-v7a + + - versionName: 2.4.1 + versionCode: 1804 + commit: 6a1cfa38539689a585048b02e6138c46be096686 + subdir: app + sudo: + - apt-get update + - apt-get install -y openjdk-17-jdk-headless + - update-java-alternatives -a + gradle: + - plus + binary: https://github.com/ammargitham/WallFlow/releases/download/v%v/app-plus-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: 2.4.0 -CurrentVersionCode: 1704 +CurrentVersion: 2.4.1 +CurrentVersionCode: 1804