diff --git a/app/build.gradle b/app/build.gradle index cc6e871..ad0e04c 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -7,8 +7,8 @@ android { applicationId "be.bitscuit.calendar" minSdkVersion 15 targetSdkVersion 29 - versionCode 4 - versionName "1.1.0" + versionCode 5 + versionName "1.1.1" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" } buildTypes {