Skip to content

Commit

Permalink
Add proguard rules release to sandbox app
Browse files Browse the repository at this point in the history
  • Loading branch information
KovalevAndrey committed May 1, 2024
1 parent 1411eed commit c3290b3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion samples/sandbox/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ android {
}
buildTypes {
release {
isMinifyEnabled = false
isMinifyEnabled = true
proguardFiles(getDefaultProguardFile("proguard-android-optimize.txt"), "proguard-rules.pro")
signingConfig = signingConfigs.getByName("debug")
}
Expand Down
4 changes: 4 additions & 0 deletions samples/sandbox/proguard-rules.pro
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
-dontwarn okhttp3.internal.platform.**
-dontwarn org.conscrypt.**
-dontwarn org.bouncycastle.**
-dontwarn org.openjsse.**

0 comments on commit c3290b3

Please sign in to comment.