diff --git a/app/build.gradle b/app/build.gradle index 62162f07b..f34ce90f8 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -10,8 +10,8 @@ android { applicationId "com.simplemobiletools.calendar" minSdkVersion 16 targetSdkVersion 27 - versionCode 104 - versionName "2.12.0" + versionCode 105 + versionName "3.0.0" multiDexEnabled true setProperty("archivesBaseName", "calendar") }