Skip to content

Commit 944d125

Browse files
authored
Fix consumer proguard rules (#845)
https://issuetracker.google.com/64177053 Change-Id: I853a6471a33a7c0787fee39d7cda47e7e8b345b2
1 parent 9b9581a commit 944d125

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

auth/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ android {
1919
manifestPlaceholders = [enableFbLogging: true]
2020

2121
minifyEnabled false
22-
consumerProguardFiles getDefaultProguardFile('proguard-android.txt'), 'auth-proguard.pro'
22+
consumerProguardFiles 'auth-proguard.pro'
2323
}
2424

2525
debug {

0 commit comments

Comments
 (0)