diff --git a/metadata/com.ismartcoding.plain.yml b/metadata/com.ismartcoding.plain.yml index 4993e6e721..9b8dc0a040 100644 --- a/metadata/com.ismartcoding.plain.yml +++ b/metadata/com.ismartcoding.plain.yml @@ -1041,6 +1041,51 @@ Builds: - noSplits - abiFilters=x86_64 + - versionName: 1.1.22 + versionCode: 126 + commit: c65438afc6936f747a6f9f6bf0ce74330d4fc74c + subdir: app + sudo: + - apt-get update + - apt-get install -y openjdk-17-jdk-headless + - update-java-alternatives -a + gradle: + - yes + prebuild: sed -i -e '/com.google.gms/d' -e '/firebase/d' {..,.}/build.gradle.kts + gradleprops: + - noSplits + - abiFilters=armeabi-v7a + + - versionName: 1.1.22 + versionCode: 127 + commit: c65438afc6936f747a6f9f6bf0ce74330d4fc74c + subdir: app + sudo: + - apt-get update + - apt-get install -y openjdk-17-jdk-headless + - update-java-alternatives -a + gradle: + - yes + prebuild: sed -i -e '/com.google.gms/d' -e '/firebase/d' {..,.}/build.gradle.kts + gradleprops: + - noSplits + - abiFilters=arm64-v8a + + - versionName: 1.1.22 + versionCode: 128 + commit: c65438afc6936f747a6f9f6bf0ce74330d4fc74c + subdir: app + sudo: + - apt-get update + - apt-get install -y openjdk-17-jdk-headless + - update-java-alternatives -a + gradle: + - yes + prebuild: sed -i -e '/com.google.gms/d' -e '/firebase/d' {..,.}/build.gradle.kts + gradleprops: + - noSplits + - abiFilters=x86_64 + AutoUpdateMode: Version UpdateCheckMode: Tags v\d+\.\d+(\.\d+)? VercodeOperation: @@ -1048,5 +1093,5 @@ VercodeOperation: - '%c - 1' - '%c - 0' UpdateCheckData: app/build.gradle.kts|val vCode = (\d+)|.|versionName = "([\d.]+)" -CurrentVersion: 1.1.21 -CurrentVersionCode: 125 +CurrentVersion: 1.1.22 +CurrentVersionCode: 128