setting version string for first release

This commit is contained in:
steckbrief 2018-11-27 00:00:08 +01:00
parent 9a16c96096
commit 2afe367492

View file

@ -7,7 +7,7 @@ android {
minSdkVersion 19
targetSdkVersion 27
versionCode 1
versionName "1.0"
versionName "0.0.1"
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
}
buildTypes {