First push to store

This commit is contained in:
Ruben 2016-09-08 12:26:11 +01:00
parent 9ca91a6b2d
commit 5794cbae4c
1 changed files with 3 additions and 1 deletions

View File

@ -10,7 +10,7 @@ android {
minSdkVersion 16
targetSdkVersion 23
versionCode 1
versionName "1.0"
versionName '0.1'
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
}
buildTypes {
@ -19,6 +19,8 @@ android {
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
}
}
productFlavors {
}
}
dependencies {