diff --git a/app/build.gradle b/app/build.gradle index e26195b3..416f5d21 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -13,8 +13,8 @@ android { applicationId "net.vonforst.evmap" minSdkVersion 21 targetSdkVersion 29 - versionCode 21 - versionName "0.3.0" + versionCode 22 + versionName "0.3.1" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" }