Skip to content

Commit

Permalink
Update build.gradle
Browse files Browse the repository at this point in the history
Add Português do Brasil translation
  • Loading branch information
NathanielMotus authored Sep 11, 2023
1 parent 7d39b71 commit 2134ffa
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
Expand All @@ -32,4 +32,4 @@ dependencies {
implementation 'com.google.android.material:material:1.2.1'


}
}

0 comments on commit 2134ffa

Please sign in to comment.