79751790

Date: 2025-08-31 14:07:18
Score: 3.5
Natty:
Report link
dependencyResolutionManagement {
    repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS)

//>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>{

    repositories {
        google() //
        mavenCentral()
        maven { url = uri("https://www.jitpack.io" ) }
        
        // There is a problem here........
    }

//>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>}

}

rootProject.name = "PDF Tools App"
include(":app")




>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>



Could not find com.android.tools.build:gradle:8.1.1.
Searched in the following locations:
  - https://repo.maven.apache.org/maven2/com/android/tools/build/gradle/8.1.1/gradle-8.1.1.pom
Required by:
    root project :
Add google Maven repository and sync project
Open File




how to fix this ?
Reasons:
  • RegEx Blacklisted phrase (1.5): how to fix this ?
  • Long answer (-0.5):
  • Has code block (-0.5):
  • Ends in question mark (2):
  • Low reputation (1):
Posted by: Digonto