mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-07-21 13:24:53 +00:00
Newapp: Meshtastic
This commit is contained in:
parent
4e497ce0da
commit
474a22eb3b
1 changed files with 36 additions and 0 deletions
36
metadata/com.geeksville.mesh.yml
Normal file
36
metadata/com.geeksville.mesh.yml
Normal file
|
|
@ -0,0 +1,36 @@
|
||||||
|
Categories:
|
||||||
|
- Connectivity
|
||||||
|
- Internet
|
||||||
|
- System
|
||||||
|
License: GPL-3.0-only
|
||||||
|
WebSite: https://meshtastic.org
|
||||||
|
SourceCode: https://github.com/meshtastic/Meshtastic-Android
|
||||||
|
IssueTracker: https://github.com/meshtastic/Meshtastic-Android/issues
|
||||||
|
Translation: https://crowdin.meshtastic.org/android
|
||||||
|
Changelog: https://github.com/meshtastic/Meshtastic-Android/releases
|
||||||
|
OpenCollective: meshtastic
|
||||||
|
|
||||||
|
AutoName: Meshtastic
|
||||||
|
|
||||||
|
RepoType: git
|
||||||
|
Repo: https://github.com/meshtastic/Meshtastic-Android.git
|
||||||
|
Binaries: https://github.com/meshtastic/Meshtastic-Android/releases/download/%v/fdroidRelease-%v.apk
|
||||||
|
|
||||||
|
Builds:
|
||||||
|
- versionName: 2.3.2
|
||||||
|
versionCode: 30302
|
||||||
|
commit: 2.3.2
|
||||||
|
subdir: app
|
||||||
|
submodules: true
|
||||||
|
gradle:
|
||||||
|
- fdroid
|
||||||
|
prebuild: sed -i -e '/(useCrashlytics)/,+3d' -e '/firebase/d' -e '/gms/d' ../build.gradle
|
||||||
|
build.gradle
|
||||||
|
|
||||||
|
AllowedAPKSigningKeys: a93b456568c175db0800a09f06777f892d812432adb8a3df73bc3e7f06c80c6d
|
||||||
|
|
||||||
|
AutoUpdateMode: Version %v
|
||||||
|
UpdateCheckMode: HTTP
|
||||||
|
UpdateCheckData: https://github.com/meshtastic/Meshtastic-Android/releases/latest/download/version_info.txt|versionCode=(\d+)|.|versionName=(.+)
|
||||||
|
CurrentVersion: 2.3.2
|
||||||
|
CurrentVersionCode: 30302
|
||||||
Loading…
Reference in a new issue