mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-17 19:29:13 +00:00
Merge branch 'update-local-gsm-backend' into 'master'
Update Local-GSM-Backend app See merge request fdroid/fdroiddata!7923
This commit is contained in:
commit
4ff6d93e60
1 changed files with 16 additions and 9 deletions
|
|
@ -1,12 +1,12 @@
|
|||
Categories:
|
||||
- Navigation
|
||||
License: Apache-2.0
|
||||
AuthorName: n76
|
||||
AuthorEmail: retired_techie@fitchfamily.org
|
||||
AuthorWebSite: https://retiredtechie.fitchfamily.org/
|
||||
SourceCode: https://github.com/n76/Local-GSM-Backend
|
||||
IssueTracker: https://github.com/n76/Local-GSM-Backend/issues
|
||||
Changelog: https://github.com/n76/Local-GSM-Backend/blob/HEAD/CHANGELOG.md
|
||||
AuthorName: deveee
|
||||
AuthorEmail: deveee@gmail.com
|
||||
AuthorWebSite: https://gitlab.com/deveee
|
||||
SourceCode: https://gitlab.com/deveee/Local-GSM-Backend
|
||||
IssueTracker: https://gitlab.com/deveee/Local-GSM-Backend/-/issues
|
||||
Changelog: https://gitlab.com/deveee/Local-GSM-Backend/-/blob/master/CHANGELOG.md
|
||||
|
||||
Name: LocalGsmNlpBackend
|
||||
AutoName: GSM Location Service
|
||||
|
|
@ -24,7 +24,7 @@ Description: |-
|
|||
the phone and no queries are made to a centralized AP location provider.
|
||||
|
||||
RepoType: git
|
||||
Repo: https://github.com/n76/Local-GSM-Backend
|
||||
Repo: https://gitlab.com/deveee/Local-GSM-Backend.git
|
||||
|
||||
Builds:
|
||||
- versionName: 0.5.4
|
||||
|
|
@ -408,7 +408,14 @@ Builds:
|
|||
- yes
|
||||
prebuild: sed -i -e '/mavenCentral/ajcenter()' build.gradle
|
||||
|
||||
- versionName: 1.4.23
|
||||
versionCode: 69
|
||||
commit: v1.4.23
|
||||
subdir: app
|
||||
gradle:
|
||||
- yes
|
||||
|
||||
AutoUpdateMode: Version v%v
|
||||
UpdateCheckMode: Tags
|
||||
CurrentVersion: 1.4.22
|
||||
CurrentVersionCode: 68
|
||||
CurrentVersion: 1.4.23
|
||||
CurrentVersionCode: 69
|
||||
|
|
|
|||
Loading…
Reference in a new issue