Skip to content

Commit d3e2e1f

Browse files
author
Shell Software
committed
# added default pro-guard file
1 parent e6120f2 commit d3e2e1f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

fab/build.gradle

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,8 @@ android {
4343
buildTypes {
4444
release {
4545
minifyEnabled true
46-
proguardFiles 'proguard-rules.pro'
46+
proguardFiles getDefaultProguardFile('proguard-android.txt'),
47+
'proguard-rules.pro'
4748
}
4849
}
4950

0 commit comments

Comments
 (0)