diff --git a/app/build.gradle b/app/build.gradle index f97da0ba7..cdd2f3b8c 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -13,8 +13,8 @@ android { applicationId "net.vonforst.evmap" minSdkVersion 21 targetSdkVersion 29 - versionCode 19 - versionName "0.2.1" + versionCode 20 + versionName "0.2.2" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" }