From e65fcc75f22f3b455f3de97fb9ea819050956947 Mon Sep 17 00:00:00 2001 From: juanro49 Date: Mon, 4 Sep 2023 22:12:28 +0200 Subject: [PATCH] =?UTF-8?q?Incrementar=20versi=C3=B3n?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index bc92e6c..fb4d8a8 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -9,8 +9,8 @@ android { applicationId "org.juanro.autumandu" minSdkVersion 15 targetSdk versions.targetSdk - versionCode 400 - versionName "4.0.0" + versionCode 401 + versionName "4.0.1" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" multiDexEnabled true