Answered

Causing import issues with Android SDK

Have done Step 1 

repositories {
  maven {
    url "https://software.mobile.pendo.io/artifactory/androidx-release"
  }
  mavenCentral()


and Step 2 

dependencies {
   implementation group:'sdk.pendo.io' , name:'pendoIO', version:'2.22.+', changing:true
}

Have all the required minimum setup in gradle 
Still facing import issue, any help on what to do next, should be unblocked. 
Note have also added a pro guard rule mentioned on GitHub. 

Adding reference link which is used for integration: https://github.com/pendo-io/pendo-mobile-sdk/blob/2.22.5/android/pnddocs/native-android.md

0

Comments

4 comments

Please sign in to leave a comment.

Didn't find what you were looking for?

New post