Skip to content

Commit

Permalink
Add proguard configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
Ademar Alves de Oliveira committed Jul 1, 2017
1 parent 661a2c1 commit e8c3a03
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
9 changes: 9 additions & 0 deletions Examples/Android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,15 @@ android {
targetSdkVersion 25
}

buildTypes {
all {
shrinkResources true
minifyEnabled true
proguardFile getDefaultProguardFile("proguard-android.txt")
proguardFile "proguard-rules.pro"
}
}

}

dependencies {
Expand Down
1 change: 1 addition & 0 deletions Examples/Android/app/proguard-rules.pro
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# Not necessary any especial configuration

0 comments on commit e8c3a03

Please sign in to comment.