internal alpha release

This commit is contained in:
Kevin Gorham 2019-02-19 17:00:52 -05:00 committed by Kevin Gorham
parent 61ec500cfc
commit 0a160ed048
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.5-alpha"
versionName "0.4.6-alpha"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
vectorDrawables.useSupportLibrary = true
multiDexEnabled true