We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ce3dbeb commit 33f9b9dCopy full SHA for 33f9b9d
lib/build.gradle.kts
@@ -16,6 +16,7 @@ android {
16
targetSdk = 31
17
18
testInstrumentationRunner = "android.support.test.runner.AndroidJUnitRunner"
19
+ consumerProguardFiles("proguard-consumer-rules.pro")
20
}
21
22
buildTypes {
0 commit comments