allprojects {
repositories {
google()
mavenCentral()
}
configurations.all {
resolutionStrategy {
force 'androidx.core:core:1.13.1' // or latest matching version
}
}
} , Add this your android/build.gradle