Skip to content

AndroidX and proguard: fail to build #123

@fleficher

Description

@fleficher

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions