Skip to content

Commit

Permalink
Add consumer ProGuard rules
Browse files Browse the repository at this point in the history
  • Loading branch information
Sergey Chelombitko committed Feb 24, 2022
1 parent ab57d80 commit 4aeb83b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
2 changes: 2 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,8 @@ android {
minSdkVersion 14
targetSdkVersion 22

consumerProguardFile "consumer-rules.pro"

testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}

Expand Down
3 changes: 3 additions & 0 deletions consumer-rules.pro
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
-keepclassmembers,allowobfuscation class com.badoo.mobile.util.WeakHandler {
android.os.Handler$Callback mCallback;
}

0 comments on commit 4aeb83b

Please sign in to comment.