From 9e4ae80565520775d7b0ad4a77c0875a85f3232b Mon Sep 17 00:00:00 2001 From: Mauro Mascarenhas Date: Sun, 22 Sep 2019 13:50:47 -0300 Subject: [PATCH] Update version code and name for deploy --- BibliotecaUFABC/app/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/BibliotecaUFABC/app/build.gradle b/BibliotecaUFABC/app/build.gradle index 7f4677f..a512675 100644 --- a/BibliotecaUFABC/app/build.gradle +++ b/BibliotecaUFABC/app/build.gradle @@ -6,8 +6,8 @@ android { applicationId "com.nintersoft.bibliotecaufabc" minSdkVersion 19 targetSdkVersion 28 - versionCode 6 - versionName "1.5" + versionCode 7 + versionName "1.6" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" vectorDrawables.useSupportLibrary = true }