mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-19 20:29:15 +00:00
New App: app.eduroam.geteduroam
This commit is contained in:
parent
266203373d
commit
1774b58ff2
1 changed files with 29 additions and 0 deletions
29
metadata/app.eduroam.geteduroam.yml
Normal file
29
metadata/app.eduroam.geteduroam.yml
Normal file
|
|
@ -0,0 +1,29 @@
|
|||
Categories:
|
||||
- Connectivity
|
||||
- Internet
|
||||
License: BSD-3-Clause
|
||||
SourceCode: https://github.com/geteduroam/android-app
|
||||
|
||||
AutoName: geteduroam
|
||||
|
||||
RepoType: git
|
||||
Repo: https://github.com/geteduroam/android-app
|
||||
|
||||
Builds:
|
||||
- versionName: 2.1.2(2662)
|
||||
versionCode: 2662
|
||||
commit: v2.1.2(2662)
|
||||
subdir: android/app
|
||||
gradle:
|
||||
- eduroamFdroid
|
||||
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.2(2662)
|
||||
CurrentVersionCode: 2662
|
||||
Loading…
Reference in a new issue