mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-17 19:29:13 +00:00
Add Cheogram Android
This commit is contained in:
parent
a0dddaa6ea
commit
88849baa3d
1 changed files with 36 additions and 0 deletions
36
metadata/com.cheogram.android.yml
Normal file
36
metadata/com.cheogram.android.yml
Normal file
|
|
@ -0,0 +1,36 @@
|
|||
Categories:
|
||||
- Internet
|
||||
- Phone & SMS
|
||||
License: GPL-3.0-only
|
||||
AuthorName: Soprani.ca
|
||||
WebSite: https://cheogram.com
|
||||
SourceCode: https://git.singpolyma.net/cheogram-android
|
||||
IssueTracker: https://soprani.ca/todo
|
||||
Donate: https://github.com/sponsors/singpolyma/
|
||||
Liberapay: singpolyma
|
||||
Bitcoin: bc1qlzl0pzvw48aec79lx8w7sxm44ydf3ny8xe7xrv
|
||||
|
||||
AutoName: Cheogram Android
|
||||
|
||||
RepoType: git
|
||||
Repo: https://git.singpolyma.net/cheogram-android
|
||||
|
||||
Builds:
|
||||
- versionName: 2.10.3-1+free
|
||||
versionCode: 42025
|
||||
commit: 2.10.3-1-fdroid
|
||||
sudo:
|
||||
- apt-get update || apt-get update
|
||||
- apt-get install -y openjdk-11-jdk-headless
|
||||
- update-alternatives --auto java
|
||||
gradle:
|
||||
- cheogramFree
|
||||
prebuild: sed -i -e '/MissingTranslation/aabortOnError\ false' -e '/splits/,+5d'
|
||||
-e '/Variants.all/,+10d' build.gradle
|
||||
ndk: r21e
|
||||
|
||||
AutoUpdateMode: Version ++free %v-fdroid
|
||||
UpdateCheckMode: Tags .*-fdroid$
|
||||
UpdateCheckName: Ignore
|
||||
CurrentVersion: 2.10.3-1+free
|
||||
CurrentVersionCode: 42025
|
||||
Loading…
Reference in a new issue