diff --git a/app/build.gradle b/app/build.gradle index dc912a3a3..8ad8112ae 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -10,8 +10,8 @@ android { applicationId "com.simplemobiletools.calendar" minSdkVersion 16 targetSdkVersion 27 - versionCode 102 - versionName "2.10.1" + versionCode 103 + versionName "2.11.0" multiDexEnabled true setProperty("archivesBaseName", "calendar") }