Skip to content

Commit

Permalink
Release 3.2.0 (15)
Browse files Browse the repository at this point in the history
  • Loading branch information
georgerappel committed Nov 1, 2019
1 parent 619955d commit d1cb5ff
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ android {
applicationId "br.ufrj.labdis.rede"
minSdkVersion 16
targetSdkVersion 28
versionCode 13
versionName "3.1.4"
versionCode 15
versionName "3.2.0"
multiDexEnabled true
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}
Expand Down
1 change: 1 addition & 0 deletions android/gradle.properties
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
android.enableJetifier=true
android.useAndroidX=true
org.gradle.jvmargs=-Xmx1536M
android.enableR8=true

0 comments on commit d1cb5ff

Please sign in to comment.