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
|
SourceCode: https://github.com/tiagoshibata/Android-GPSd-Client
|
||||||
IssueTracker: https://github.com/tiagoshibata/Android-GPSd-Client/issues
|
IssueTracker: https://github.com/tiagoshibata/Android-GPSd-Client/issues
|
||||||
|
|
||||||
AutoName: GPSd Client
|
AutoName: GPSd Forwarder
|
||||||
Description: |-
|
Description: |-
|
||||||
This application forwards NMEA data from your phone’s GPS to a specified host.
|
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),
|
It’s goal is to easily plug and feed data into a GPS server service (e.g. GPSd),
|
||||||
|
|
@ -40,7 +40,14 @@ Builds:
|
||||||
- yes
|
- yes
|
||||||
output: app/build/outputs/apk/release/app-release-unsigned.apk
|
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
|
AutoUpdateMode: Version %v
|
||||||
UpdateCheckMode: Tags
|
UpdateCheckMode: Tags
|
||||||
CurrentVersion: 1.0.2
|
CurrentVersion: 1.0.4
|
||||||
CurrentVersionCode: 3
|
CurrentVersionCode: 5
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue