diff --git a/app/build.gradle b/app/build.gradle index 7fda65ca..80de9fd8 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -10,8 +10,8 @@ android { applicationId "com.simplemobiletools.calculator" minSdkVersion 16 targetSdkVersion 27 - versionCode 20 - versionName "4.0.0" + versionCode 21 + versionName "4.1.0" setProperty("archivesBaseName", "calculator") testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"