update the version to 2 (1.1)

This commit is contained in:
tibbi 2016-06-13 16:12:43 +02:00
parent c0d648b2d8
commit d91b03b2f7
1 changed files with 2 additions and 2 deletions

View File

@ -9,8 +9,8 @@ android {
applicationId "com.simplemobiletools.calculator"
minSdkVersion 16
targetSdkVersion 23
versionCode 1
versionName "1.0"
versionCode 2
versionName "1.1"
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
}