mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-07-13 17:51:43 +00:00
sayboard: 4.0.3
This commit is contained in:
parent
cfdfa250c7
commit
b0b464701d
1 changed files with 67 additions and 3 deletions
|
|
@ -6,9 +6,10 @@ SourceCode: https://github.com/ElishaAz/Sayboard
|
||||||
IssueTracker: https://github.com/ElishaAz/Sayboard/issues
|
IssueTracker: https://github.com/ElishaAz/Sayboard/issues
|
||||||
Changelog: https://github.com/ElishaAz/Sayboard/releases
|
Changelog: https://github.com/ElishaAz/Sayboard/releases
|
||||||
|
|
||||||
|
AutoName: Sayboard
|
||||||
|
|
||||||
RepoType: git
|
RepoType: git
|
||||||
Repo: https://github.com/ElishaAz/Sayboard.git
|
Repo: https://github.com/ElishaAz/Sayboard.git
|
||||||
Binaries: https://github.com/ElishaAz/Sayboard/releases/download/%v/Sayboard_Universal.apk
|
|
||||||
|
|
||||||
Builds:
|
Builds:
|
||||||
- versionName: v4.0.2
|
- versionName: v4.0.2
|
||||||
|
|
@ -21,12 +22,75 @@ Builds:
|
||||||
- update-alternatives --auto java
|
- update-alternatives --auto java
|
||||||
gradle:
|
gradle:
|
||||||
- yes
|
- yes
|
||||||
|
binary: https://github.com/ElishaAz/Sayboard/releases/download/%v/Sayboard_Universal.apk
|
||||||
prebuild: sed -i -e '/enable true/d' build.gradle
|
prebuild: sed -i -e '/enable true/d' build.gradle
|
||||||
ndk: r25c
|
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
|
AllowedAPKSigningKeys: e38035ceabef2a7721e07fdf0ec6fa3f1914da5669d66a11020edcae4e414a3e
|
||||||
|
|
||||||
AutoUpdateMode: Version
|
AutoUpdateMode: Version
|
||||||
UpdateCheckMode: Tags
|
UpdateCheckMode: Tags
|
||||||
CurrentVersion: v4.0.2
|
VercodeOperation:
|
||||||
CurrentVersionCode: 4002
|
- 1 + %c
|
||||||
|
- 2 + %c
|
||||||
|
- 3 + %c
|
||||||
|
- 4 + %c
|
||||||
|
CurrentVersion: v4.0.3
|
||||||
|
CurrentVersionCode: 400034
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue