From 2134ffae9b39a88db7680f9208457ae543e9b1ad Mon Sep 17 00:00:00 2001 From: NathanielMotus <65109884+NathanielMotus@users.noreply.github.com> Date: Mon, 11 Sep 2023 13:04:28 +0200 Subject: [PATCH] Update build.gradle MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Add Português do Brasil translation --- app/build.gradle | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index 0fe54b1..ea70d69 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -7,8 +7,8 @@ android { applicationId "com.nathaniel.motus.umlclasseditor" minSdkVersion 19 targetSdkVersion 29 - versionCode 1 - versionName "1.0" + versionCode 2 + versionName "1.1" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" } @@ -32,4 +32,4 @@ dependencies { implementation 'com.google.android.material:material:1.2.1' -} \ No newline at end of file +}