update version to 11 (1.11)

This commit is contained in:
tibbi 2016-08-29 21:06:54 +02:00
parent c08a8d00e2
commit 47fe13100a
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 10
versionName "1.10"
versionCode 11
versionName "1.11"
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
}