mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-07-13 17:51:43 +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:
|
Categories:
|
||||||
- Navigation
|
- Navigation
|
||||||
License: Apache-2.0
|
License: Apache-2.0
|
||||||
AuthorName: n76
|
AuthorName: deveee
|
||||||
AuthorEmail: retired_techie@fitchfamily.org
|
AuthorEmail: deveee@gmail.com
|
||||||
AuthorWebSite: https://retiredtechie.fitchfamily.org/
|
AuthorWebSite: https://gitlab.com/deveee
|
||||||
SourceCode: https://github.com/n76/Local-GSM-Backend
|
SourceCode: https://gitlab.com/deveee/Local-GSM-Backend
|
||||||
IssueTracker: https://github.com/n76/Local-GSM-Backend/issues
|
IssueTracker: https://gitlab.com/deveee/Local-GSM-Backend/-/issues
|
||||||
Changelog: https://github.com/n76/Local-GSM-Backend/blob/HEAD/CHANGELOG.md
|
Changelog: https://gitlab.com/deveee/Local-GSM-Backend/-/blob/master/CHANGELOG.md
|
||||||
|
|
||||||
Name: LocalGsmNlpBackend
|
Name: LocalGsmNlpBackend
|
||||||
AutoName: GSM Location Service
|
AutoName: GSM Location Service
|
||||||
|
|
@ -24,7 +24,7 @@ Description: |-
|
||||||
the phone and no queries are made to a centralized AP location provider.
|
the phone and no queries are made to a centralized AP location provider.
|
||||||
|
|
||||||
RepoType: git
|
RepoType: git
|
||||||
Repo: https://github.com/n76/Local-GSM-Backend
|
Repo: https://gitlab.com/deveee/Local-GSM-Backend.git
|
||||||
|
|
||||||
Builds:
|
Builds:
|
||||||
- versionName: 0.5.4
|
- versionName: 0.5.4
|
||||||
|
|
@ -408,7 +408,14 @@ Builds:
|
||||||
- yes
|
- yes
|
||||||
prebuild: sed -i -e '/mavenCentral/ajcenter()' build.gradle
|
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
|
AutoUpdateMode: Version v%v
|
||||||
UpdateCheckMode: Tags
|
UpdateCheckMode: Tags
|
||||||
CurrentVersion: 1.4.22
|
CurrentVersion: 1.4.23
|
||||||
CurrentVersionCode: 68
|
CurrentVersionCode: 69
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue