Update GPSd Forwarder to 1.0.4 (5)
This commit is contained in:
parent
39e0330cb9
commit
884b584bc6
|
@ -6,7 +6,7 @@ AuthorEmail: tiago.shibata@gmail.com
|
|||
SourceCode: https://github.com/tiagoshibata/Android-GPSd-Client
|
||||
IssueTracker: https://github.com/tiagoshibata/Android-GPSd-Client/issues
|
||||
|
||||
AutoName: GPSd Client
|
||||
AutoName: GPSd Forwarder
|
||||
Description: |-
|
||||
This application forwards NMEA data from your phone’s GPS to a specified host.
|
||||
It’s goal is to easily plug and feed data into a GPS server service (e.g. GPSd),
|
||||
|
@ -40,7 +40,14 @@ Builds:
|
|||
- yes
|
||||
output: app/build/outputs/apk/release/app-release-unsigned.apk
|
||||
|
||||
- versionName: 1.0.4
|
||||
versionCode: 5
|
||||
commit: 1.0.4
|
||||
gradle:
|
||||
- yes
|
||||
output: app/build/outputs/apk/release/app-release-unsigned.apk
|
||||
|
||||
AutoUpdateMode: Version %v
|
||||
UpdateCheckMode: Tags
|
||||
CurrentVersion: 1.0.2
|
||||
CurrentVersionCode: 3
|
||||
CurrentVersion: 1.0.4
|
||||
CurrentVersionCode: 5
|
||||
|
|
Loading…
Reference in a new issue