-
Notifications
You must be signed in to change notification settings - Fork 40
Closed
Description
Hi,
Application fail to build when using proguard & androidx when using instabug.
Warning: com.instabug.bug.network.b: can't find referenced class com.instabug.library.network.NetworkManager$OnDoRequestListener
Warning: com.instabug.chat.network.a.a: can't find referenced class com.instabug.library.network.NetworkManager$OnDoRequestListener
Warning: com.instabug.featuresrequest.ui.d.b: can't find referenced method 'void addOnTabSelectedListener(com.google.android.material.tabs.TabLayout$OnTabSelectedListener)' in program class com.google.android.material.tabs.TabLayout
Warning: com.instabug.survey.network.service.a: can't find referenced class com.instabug.library.network.NetworkManager$OnDoRequestListener
SDK Version
8.0.8.2
Steps to Reproduce the Problem
Create a project targeting & compiling for api 28 & use androidx
In gradle.properties
add:
android.enableJetifier=true
android.useAndroidX=true
The build will fail
Metadata
Metadata
Assignees
Labels
No labels