version bump

This commit is contained in:
Kevin Gorham 2018-11-14 14:17:30 -05:00
parent faa993659a
commit f23040bf04
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ android {
minSdkVersion buildConfig.minSdkVersion
targetSdkVersion buildConfig.targetSdkVersion
versionCode 4 // 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.0.4"
versionName "0.0.5-alpha"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
vectorDrawables.useSupportLibrary = true
}