Skip to content

Commit bcf31e5

Browse files
authored
fix(proguard): Add missing consumer rules for BouncyCastle (#52)
1 parent fd5f805 commit bcf31e5

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

safebox/build.gradle.kts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ android {
3232
defaultConfig {
3333
minSdk = 23
3434
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
35+
consumerProguardFiles("proguard-consumer-rules.pro")
3536
}
3637

3738
buildTypes {
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
-keep class org.bouncycastle.** { *; }

0 commit comments

Comments
 (0)