From 352c9af3f5874d20a56b7b372005bb9de1913fc1 Mon Sep 17 00:00:00 2001 From: George Rappel Date: Thu, 4 Jul 2019 17:18:07 -0300 Subject: [PATCH] =?UTF-8?q?Vers=C3=A3o=203.1.1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 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 bcaee21..5277753 100644 --- a/android/app/build.gradle +++ b/android/app/build.gradle @@ -31,8 +31,8 @@ android { applicationId "br.ufrj.labdis.rede" minSdkVersion 16 targetSdkVersion 28 - versionCode 8 - versionName "3.0" + versionCode 10 + versionName "3.1.1" multiDexEnabled true testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" }