diff --git a/app/build.gradle b/app/build.gradle index 61920ee..ff6c58c 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -24,8 +24,8 @@ android { applicationId "it.danieleverducci.nextcloudmaps" minSdkVersion 23 targetSdkVersion 30 - versionCode 2 - versionName "0.2" + versionCode 3 + versionName "0.3.1" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" }