diff --git a/metadata/com.ammar.wallflow.yml b/metadata/com.ammar.wallflow.yml index 6a67ce2624..c239018b02 100644 --- a/metadata/com.ammar.wallflow.yml +++ b/metadata/com.ammar.wallflow.yml @@ -255,6 +255,66 @@ Builds: - fdroid - abi=arm64-v8a + - versionName: 1.3.0 + versionCode: 701 + commit: 041dd5c2d8608da7decffa5503586e39d18db52f + 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.3.0 + versionCode: 702 + commit: 041dd5c2d8608da7decffa5503586e39d18db52f + 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.3.0 + versionCode: 703 + commit: 041dd5c2d8608da7decffa5503586e39d18db52f + 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.3.0 + versionCode: 704 + commit: 041dd5c2d8608da7decffa5503586e39d18db52f + 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 @@ -264,5 +324,5 @@ VercodeOperation: - '%c * 100 + 2' - '%c * 100 + 3' - '%c * 100 + 4' -CurrentVersion: 1.2.2 -CurrentVersionCode: 604 +CurrentVersion: 1.3.0 +CurrentVersionCode: 704