diff --git a/app/build.gradle b/app/build.gradle index 5a666f0..26388ad 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -10,8 +10,8 @@ android { applicationId "be.bitscuit.mike" minSdkVersion 16 targetSdkVersion 29 - versionCode 1 - versionName "1.0" + versionCode 2 + versionName "1.1" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" }