Revert change to version code until I can work out why its 13

This commit is contained in:
Tim Mutton 2017-03-20 21:25:23 +11:00
parent 6b704f5059
commit 3d95bf0837
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ android {
targetSdkVersion 25
// TODO This should be set to the Buildbot build number for release builds, and be "1" for debug builds.
versionCode 1
versionCode 13
versionName "${getVersion()}"
}