

rootProject.allprojects {
    repositories {
        mavenCentral()
    }
}

dependencies {
    implementation 'com.uxcam:uxcam:3.8.14'
}