Public IP - new version, use fastlane
This commit is contained in:
parent
f94d3a6ff2
commit
3344300e3b
|
@ -9,15 +9,6 @@ IssueTracker: https://github.com/guildem/publicip-android/issues
|
|||
Changelog: https://github.com/guildem/publicip-android/blob/HEAD/CHANGELOG.md
|
||||
|
||||
AutoName: Public IP
|
||||
Description: |-
|
||||
Application and Widget allowing user to find its current public IP address.
|
||||
|
||||
This application uses ipify API () to find IP.
|
||||
This service is opensourced here : https://github.com/rdegges/ipify-api.
|
||||
It doesn't log anything. See here for more details : https://www.ipify.org.
|
||||
|
||||
App Icon is based on the work of Eugenio Hansen, licensed under CC BY-SA 3.0.
|
||||
His work can be viewed here : https://ccsearch.creativecommons.org/photos/b9784438-27c5-4fcd-86cd-ccb073e795f9
|
||||
|
||||
RepoType: git
|
||||
Repo: https://github.com/guildem/publicip-android
|
||||
|
@ -30,7 +21,14 @@ Builds:
|
|||
gradle:
|
||||
- yes
|
||||
|
||||
- versionName: 1.0.1
|
||||
versionCode: 2
|
||||
commit: 1.0.1
|
||||
subdir: app
|
||||
gradle:
|
||||
- yes
|
||||
|
||||
AutoUpdateMode: Version %v
|
||||
UpdateCheckMode: Tags
|
||||
CurrentVersion: 1.0.0
|
||||
CurrentVersionCode: 1
|
||||
CurrentVersion: 1.0.1
|
||||
CurrentVersionCode: 2
|
||||
|
|
Loading…
Reference in a new issue