mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-19 20:29:15 +00:00
Add metadata for sspanak/tt9
This commit is contained in:
parent
296f6b9fe3
commit
c90f86f0f7
1 changed files with 33 additions and 0 deletions
33
metadata/io.github.sspanak.tt9.yml
Normal file
33
metadata/io.github.sspanak.tt9.yml
Normal file
|
|
@ -0,0 +1,33 @@
|
|||
Categories:
|
||||
- System
|
||||
License: Apache-2.0
|
||||
AuthorName: Dimo Karaivanov
|
||||
SourceCode: https://github.com/sspanak/tt9
|
||||
IssueTracker: https://github.com/sspanak/tt9/issues
|
||||
Changelog: https://github.com/sspanak/tt9/releases
|
||||
|
||||
AutoName: Traditional T9
|
||||
|
||||
RepoType: git
|
||||
Repo: https://github.com/sspanak/tt9
|
||||
Binaries: https://github.com/sspanak/tt9/releases/download/v%v/tt9-v%v.apk
|
||||
|
||||
Builds:
|
||||
- versionName: '28.0'
|
||||
versionCode: 383
|
||||
commit: e2409f43545938d3f1f80158514d19ba75fda647
|
||||
subdir: app
|
||||
sudo:
|
||||
- apt-get update
|
||||
- apt-get install -y openjdk-17-jdk-headless
|
||||
- update-java-alternatives -a
|
||||
gradle:
|
||||
- yes
|
||||
|
||||
AllowedAPKSigningKeys: 57f09ab8dcfedbb63fa309362fedbbb0d8026cada8b2dc78ff00057f98c6020b
|
||||
|
||||
AutoUpdateMode: Version
|
||||
UpdateCheckMode: Tags
|
||||
UpdateCheckData: app/src/main/AndroidManifest.xml|versionCode="(\d+)"|.|versionName="(.+)"
|
||||
CurrentVersion: '28.0'
|
||||
CurrentVersionCode: 383
|
||||
Loading…
Reference in a new issue