-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 ai.luciq.**

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

-keep public class ai.luciq.library.LuciqFeature {*;}
-keepclasseswithmembers class ai.luciq.library.LuciqFeature$Companion {*;}
-keep interface  android.app.Activity$ScreenCaptureCallback{*;}
-keepnames public class com.instabug.** extends android.view.View
-keep public class ai.luciq.library.internal.contentprovider.LuciqContentProvider {*;}
-keep class ai.luciq.library.webview.interactions.UserInteractionsJSInterface {*;}
-keep class ai.luciq.library.webview.networking.NetworkLogJsInterfaceBridge {*;}