diff --git a/metadata/com.elishaazaria.sayboard.yml b/metadata/com.elishaazaria.sayboard.yml index f88f59a52d..7ce41f610d 100644 --- a/metadata/com.elishaazaria.sayboard.yml +++ b/metadata/com.elishaazaria.sayboard.yml @@ -6,9 +6,10 @@ SourceCode: https://github.com/ElishaAz/Sayboard IssueTracker: https://github.com/ElishaAz/Sayboard/issues Changelog: https://github.com/ElishaAz/Sayboard/releases +AutoName: Sayboard + RepoType: git Repo: https://github.com/ElishaAz/Sayboard.git -Binaries: https://github.com/ElishaAz/Sayboard/releases/download/%v/Sayboard_Universal.apk Builds: - versionName: v4.0.2 @@ -21,12 +22,75 @@ Builds: - update-alternatives --auto java gradle: - yes + binary: https://github.com/ElishaAz/Sayboard/releases/download/%v/Sayboard_Universal.apk prebuild: sed -i -e '/enable true/d' build.gradle ndk: r25c + - versionName: v4.0.3 + versionCode: 400031 + commit: 4c8bfe354e8880e59fd5b0456a5e7451a6ddbb63 + 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.0.3 + versionCode: 400032 + commit: 4c8bfe354e8880e59fd5b0456a5e7451a6ddbb63 + 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.0.3 + versionCode: 400033 + commit: 4c8bfe354e8880e59fd5b0456a5e7451a6ddbb63 + 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.0.3 + versionCode: 400034 + commit: 4c8bfe354e8880e59fd5b0456a5e7451a6ddbb63 + 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 UpdateCheckMode: Tags -CurrentVersion: v4.0.2 -CurrentVersionCode: 4002 +VercodeOperation: + - 1 + %c + - 2 + %c + - 3 + %c + - 4 + %c +CurrentVersion: v4.0.3 +CurrentVersionCode: 400034