Skip to content
This repository was archived by the owner on Oct 15, 2024. It is now read-only.

Commit d54dcb8

Browse files
committed
openpgp-ktx: pick up the correct consumer proguard rules
Signed-off-by: Harsh Shandilya <[email protected]>
1 parent ed0fc19 commit d54dcb8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

openpgp-ktx/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ plugins {
77

88
android {
99
defaultConfig {
10-
consumerProguardFiles("consumer-rules.pro")
10+
consumerProguardFiles("consumer-proguard-rules.pro")
1111
}
1212

1313
buildFeatures.aidl = true

0 commit comments

Comments
 (0)