Bumped version to 1.0.1.

This commit is contained in:
Felix Ableitner 2014-08-05 22:49:08 +02:00
parent 2ccda3cb3f
commit 310f60a532
1 changed files with 2 additions and 2 deletions

View File

@ -28,8 +28,8 @@ android {
applicationId 'com.nutomic.zertman' applicationId 'com.nutomic.zertman'
minSdkVersion 19 minSdkVersion 19
targetSdkVersion 19 targetSdkVersion 19
versionCode 1 versionCode 2
versionName '1.0.0' versionName '1.0.1'
testApplicationId 'com.nutomic.zertman.test' testApplicationId 'com.nutomic.zertman.test'
testInstrumentationRunner 'android.test.InstrumentationTestRunner' testInstrumentationRunner 'android.test.InstrumentationTestRunner'
testHandleProfiling true testHandleProfiling true