Alpha release 0.3.5

This commit is contained in:
Kevin Gorham 2019-02-04 14:26:12 -05:00 committed by Kevin Gorham
parent bca3fcf804
commit 3987fe820b
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,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.3.3-alpha"
versionName "0.3.5-alpha"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
vectorDrawables.useSupportLibrary = true
multiDexEnabled true