diff --git a/app/build.gradle b/app/build.gradle index 9d1dbc456..45fa21eb3 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -10,8 +10,8 @@ android { applicationId "com.simplemobiletools.calendar" minSdkVersion 21 targetSdkVersion 28 - versionCode 133 - versionName "5.1.1" + versionCode 134 + versionName "5.1.2" multiDexEnabled true setProperty("archivesBaseName", "calendar") }