Skip to content

Commit e8c3a03

Browse files
author
Ademar Alves de Oliveira
committed
Add proguard configuration
1 parent 661a2c1 commit e8c3a03

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

Examples/Android/app/build.gradle

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,15 @@ android {
1010
targetSdkVersion 25
1111
}
1212

13+
buildTypes {
14+
all {
15+
shrinkResources true
16+
minifyEnabled true
17+
proguardFile getDefaultProguardFile("proguard-android.txt")
18+
proguardFile "proguard-rules.pro"
19+
}
20+
}
21+
1322
}
1423

1524
dependencies {
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
# Not necessary any especial configuration

0 commit comments

Comments
 (0)