pendo-io / pendo-mobile-sdk

Pendo captures product usage data, gathers user feedback, and lets you communicate in-app to onboard, educate, and guide users to value
https://www.pendo.io
Other
59 stars 2 forks source link

native-android.md wrong description how to add pendo sdk #202

Closed saharvx9 closed 2 weeks ago

saharvx9 commented 3 weeks ago

In ur description :

Step 1. Install Pendo SDK

Add the Pendo repository to the app's build.gradle:

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

In new projects it should be on :

dependencyResolutionManagement {
  repositories {
       maven {
            url = uri("https://software.mobile.pendo.io/artifactory/androidx-release")
        }
    mavenCentral()
  }
}
noambartouv commented 2 weeks ago

Thank you for the feedback. This is now reflected in the Android integration instructions.