diff --git a/metadata/com.elishaazaria.sayboard.yml b/metadata/com.elishaazaria.sayboard.yml index 9dc11fff04..1c06c93416 100644 --- a/metadata/com.elishaazaria.sayboard.yml +++ b/metadata/com.elishaazaria.sayboard.yml @@ -197,6 +197,63 @@ Builds: prebuild: sed -i -e '/universalApk/d' -e 's/include .*/include "x86_64"/' build.gradle ndk: r25c + - versionName: v4.1.2 + versionCode: 401021 + commit: 9738a0ab8227137fa1385dfcd10d93ed1596197b + subdir: app + sudo: + - apt-get update + - apt-get install -y openjdk-17-jdk-headless + - update-alternatives --auto java + gradle: + - yes + binary: https://github.com/ElishaAz/Sayboard/releases/download/%v/Sayboard_armeabi-v7a.apk + prebuild: sed -i -e '/universalApk/d' -e 's/include .*/include "armeabi-v7a"/' + build.gradle + ndk: r25c + + - versionName: v4.1.2 + versionCode: 401022 + commit: 9738a0ab8227137fa1385dfcd10d93ed1596197b + subdir: app + sudo: + - apt-get update + - apt-get install -y openjdk-17-jdk-headless + - update-alternatives --auto java + gradle: + - yes + binary: https://github.com/ElishaAz/Sayboard/releases/download/%v/Sayboard_arm64-v8a.apk + prebuild: sed -i -e '/universalApk/d' -e 's/include .*/include "arm64-v8a"/' build.gradle + ndk: r25c + + - versionName: v4.1.2 + versionCode: 401023 + commit: 9738a0ab8227137fa1385dfcd10d93ed1596197b + subdir: app + sudo: + - apt-get update + - apt-get install -y openjdk-17-jdk-headless + - update-alternatives --auto java + gradle: + - yes + binary: https://github.com/ElishaAz/Sayboard/releases/download/%v/Sayboard_x86.apk + prebuild: sed -i -e '/universalApk/d' -e 's/include .*/include "x86"/' build.gradle + ndk: r25c + + - versionName: v4.1.2 + versionCode: 401024 + commit: 9738a0ab8227137fa1385dfcd10d93ed1596197b + subdir: app + sudo: + - apt-get update + - apt-get install -y openjdk-17-jdk-headless + - update-alternatives --auto java + gradle: + - yes + binary: https://github.com/ElishaAz/Sayboard/releases/download/%v/Sayboard_x86_64.apk + prebuild: sed -i -e '/universalApk/d' -e 's/include .*/include "x86_64"/' build.gradle + ndk: r25c + AllowedAPKSigningKeys: e38035ceabef2a7721e07fdf0ec6fa3f1914da5669d66a11020edcae4e414a3e AutoUpdateMode: Version @@ -206,5 +263,5 @@ VercodeOperation: - 2 + %c - 3 + %c - 4 + %c -CurrentVersion: v4.1.1 -CurrentVersionCode: 401014 +CurrentVersion: v4.1.2 +CurrentVersionCode: 401024