Closed SandroMachado closed 8 years ago
This PR will add support to check for updates inside the application.
This PR assumes that the tag and version naming will always follow the pattern vXX. For the current version:
vXX
"tag_name": "v.13"
versionName "v.13"
build.gradle
Refs #105.
This PR will add support to check for updates inside the application.
This PR assumes that the tag and version naming will always follow the pattern
vXX
. For the current version:"tag_name": "v.13"
at the githubversionName "v.13"
at the appbuild.gradle
Refs #105.