diff --git a/app/build.gradle b/app/build.gradle index 461367e6..f89a9424 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -9,8 +9,8 @@ android { applicationId "com.simplemobiletools.calculator" minSdkVersion 16 targetSdkVersion 23 - versionCode 5 - versionName "1.4" + versionCode 6 + versionName "1.6" testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner" }