diff --git a/app/build.gradle b/app/build.gradle index e79b9d4c..f8080265 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -9,8 +9,8 @@ android { applicationId "com.simplemobiletools.calculator" minSdkVersion 16 targetSdkVersion 23 - versionCode 11 - versionName "1.11" + versionCode 12 + versionName "1.12" testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner" }