Bumped version to 1.0.2.

This commit is contained in:
Felix Ableitner 2014-10-22 14:44:23 +03:00
parent 728de3a2cf
commit 07932f0a36
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 21 targetSdkVersion 21
versionCode 2 versionCode 3
versionName '1.0.1' versionName '1.0.2'
testApplicationId 'com.nutomic.zertman.test' testApplicationId 'com.nutomic.zertman.test'
testInstrumentationRunner 'android.test.InstrumentationTestRunner' testInstrumentationRunner 'android.test.InstrumentationTestRunner'
testHandleProfiling true testHandleProfiling true