diff --git a/metadata/com.ismartcoding.plain.yml b/metadata/com.ismartcoding.plain.yml index 18df1a76e6..56d7170f3e 100644 --- a/metadata/com.ismartcoding.plain.yml +++ b/metadata/com.ismartcoding.plain.yml @@ -906,6 +906,51 @@ Builds: - noSplits - abiFilters=x86_64 + - versionName: 1.1.13 + versionCode: 99 + commit: df9e0658f2b22424547139f7e0241a5f09326849 + 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.13 + versionCode: 100 + commit: df9e0658f2b22424547139f7e0241a5f09326849 + 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.13 + versionCode: 101 + commit: df9e0658f2b22424547139f7e0241a5f09326849 + 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: @@ -913,5 +958,5 @@ VercodeOperation: - '%c - 1' - '%c - 0' UpdateCheckData: app/build.gradle.kts|val vCode = (\d+)|.|versionName = "([\d.]+)" -CurrentVersion: 1.1.12 -CurrentVersionCode: 98 +CurrentVersion: 1.1.13 +CurrentVersionCode: 101