mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-08 15:16:52 +00:00
New App: app.govroam.getgovroam
This commit is contained in:
parent
2ac72fddd4
commit
e96ec8cb82
1 changed files with 33 additions and 0 deletions
33
metadata/app.govroam.getgovroam.yml
Normal file
33
metadata/app.govroam.getgovroam.yml
Normal file
|
|
@ -0,0 +1,33 @@
|
|||
Categories:
|
||||
- Connectivity
|
||||
- Internet
|
||||
License: BSD-3-Clause
|
||||
AuthorName: geteduroam
|
||||
AuthorWebSite: https://www.geteduroam.app/
|
||||
SourceCode: https://github.com/geteduroam/android-app
|
||||
IssueTracker: https://github.com/geteduroam/android-app/issues
|
||||
|
||||
AutoName: geteduroam
|
||||
|
||||
RepoType: git
|
||||
Repo: https://github.com/geteduroam/android-app
|
||||
|
||||
Builds:
|
||||
- versionName: 2.1.5(2668)
|
||||
versionCode: 2668
|
||||
commit: dee249ad58e762c89fdcaf9bc85637e5389358a7
|
||||
subdir: android/app
|
||||
gradle:
|
||||
- govroam
|
||||
- fdroid
|
||||
prebuild:
|
||||
- sed -i -e '/firebaseAppDistribution {/,/}/d' build.gradle.kts
|
||||
- sed -i -e '/gms/d' -e '/firebase/d' {../..,.}/build.gradle.kts
|
||||
- sed -i -e 's/versionName = .*/versionName = "$$VERSION$$"/' -e 's/versionCode
|
||||
= .*/versionCode = $$VERCODE$$/' build.gradle.kts
|
||||
|
||||
AutoUpdateMode: Version
|
||||
UpdateCheckMode: Tags ^v\d+(\.\d+){0,2}\(\d+\)$
|
||||
UpdateCheckData: '|\((\d+)\)||v(.*)'
|
||||
CurrentVersion: 2.1.5(2668)
|
||||
CurrentVersionCode: 2668
|
||||
Loading…
Reference in a new issue