-keep class org.json.** { *; }


-dontwarn sun.misc.**

-keep public class org.jcodec.** {*;}

-keep class com.instabug.*.R
-keep class com.instabug.*.R$* {
    <fields>;
}

-dontwarn org.jacoco.agent.**
-dontnote com.instabug.**

-keepclasseswithmembernames,includedescriptorclasses class * {
    native <methods>;
}

-keep public class com.instabug.library.internal.contentprovider.InstabugContentProvider {*;}
-keep public class com.instabug.library.IBGFeature {*;}
-keepclasseswithmembers class com.instabug.library.IBGFeature$Companion {*;}
-keep class com.instabug.library.invocation.invoker.screenshotcaptorregistery.IBGRegistryScreenCaptureCallback{*;}
-keep interface  android.app.Activity$ScreenCaptureCallback{*;}
-keepnames public class com.instabug.** extends android.view.View