79666597

Date: 2025-06-15 13:54:58
Score: 1
Natty:
Report link
allprojects {
    repositories {
        google()
        mavenCentral()
    }

    configurations.all {
        resolutionStrategy {
            force 'androidx.core:core:1.13.1' // or latest matching version
        }
    }
} , Add this your android/build.gradle
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: praneeth geethanjana