Skip to content

Commit 66542b3

Browse files
authored
Fix auth consumer proguard rules (#1711)
1 parent 6b1b175 commit 66542b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

auth/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ android {
44
buildTypes {
55
named("release").configure {
66
isMinifyEnabled = false
7-
consumerProguardFiles("proguard-rules.pro")
7+
consumerProguardFiles("auth-proguard.pro")
88
}
99
}
1010

0 commit comments

Comments
 (0)