From 372d465ff9d09530afbe28aa8d3f919542f567fb Mon Sep 17 00:00:00 2001 From: Luiz Carlos Ferreira Date: Sun, 28 Aug 2022 21:47:59 -0300 Subject: [PATCH] Release 4.0.0 (20) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Vitória Chaves <69561315+mendesv1t@users.noreply.github.com> --- android/app/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/android/app/build.gradle b/android/app/build.gradle index 50ba992..fffab2d 100644 --- a/android/app/build.gradle +++ b/android/app/build.gradle @@ -31,8 +31,8 @@ android { applicationId "br.ufrj.labdis.rede" minSdkVersion 21 targetSdkVersion 31 - versionCode 15 - versionName "3.2.0" + versionCode 20 + versionName "4.0.0" multiDexEnabled true testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" }