repaired build server

The application ID has changed and that generated another distribution page. Meaning, the CI build needed to be updated in several places.
This commit is contained in:
Kevin Gorham 2019-02-19 18:00:12 -05:00 committed by Kevin Gorham
parent 0a160ed048
commit 524b89a11a
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ android {
minSdkVersion buildConfig.minSdkVersion
targetSdkVersion buildConfig.targetSdkVersion
versionCode 17 // todo: change this to 1_00_04 format, once we graduate beyond zero for the major version number because leading zeros indicate on octal number.
versionName "0.4.6-alpha"
versionName "0.4.7-alpha"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
vectorDrawables.useSupportLibrary = true
multiDexEnabled true