diff --git a/app/build.gradle b/app/build.gradle index 3f1e891fa..fcda6671f 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -10,8 +10,8 @@ android { applicationId "com.simplemobiletools.calendar" minSdkVersion 21 targetSdkVersion 28 - versionCode 131 - versionName "5.0.1" + versionCode 132 + versionName "5.1.0" multiDexEnabled true setProperty("archivesBaseName", "calendar") }