We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ab57d80 commit 4aeb83bCopy full SHA for 4aeb83b
build.gradle
@@ -57,6 +57,8 @@ android {
57
minSdkVersion 14
58
targetSdkVersion 22
59
60
+ consumerProguardFile "consumer-rules.pro"
61
+
62
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
63
}
64
consumer-rules.pro
@@ -0,0 +1,3 @@
1
+-keepclassmembers,allowobfuscation class com.badoo.mobile.util.WeakHandler {
2
+ android.os.Handler$Callback mCallback;
3
+}
0 commit comments