From cdb146bffb22e8c2206a735448d7597f8ff18c77 Mon Sep 17 00:00:00 2001 From: Daniele Date: Wed, 22 Sep 2021 22:49:03 +0200 Subject: [PATCH] Release v0.3.2 --- .idea/compiler.xml | 2 +- .idea/misc.xml | 2 +- app/build.gradle | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.idea/compiler.xml b/.idea/compiler.xml index 61a9130..fb7f4a8 100644 --- a/.idea/compiler.xml +++ b/.idea/compiler.xml @@ -1,6 +1,6 @@ - + \ No newline at end of file diff --git a/.idea/misc.xml b/.idea/misc.xml index 30d4ca9..136da20 100644 --- a/.idea/misc.xml +++ b/.idea/misc.xml @@ -20,5 +20,5 @@ - + \ No newline at end of file diff --git a/app/build.gradle b/app/build.gradle index ff6c58c..ae1f386 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -24,8 +24,8 @@ android { applicationId "it.danieleverducci.nextcloudmaps" minSdkVersion 23 targetSdkVersion 30 - versionCode 3 - versionName "0.3.1" + versionCode 4 + versionName "0.3.2" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" }