You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
lwp-gitpracticed/Notemasters/settings.gradle.kts

38 lines
991 B

pluginManagement {
repositories {
google {
content {
includeGroupByRegex("com\\.android.*")
includeGroupByRegex("com\\.google.*")
includeGroupByRegex("androidx.*")
}
}
mavenCentral()
gradlePluginPortal()
}
}
dependencyResolutionManagement {
repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS)
repositories {
google()
mavenCentral()
}
}
dependencies
implementation(libs.appcompat)implementation(libs.material)
implementation(libs.activity)
implementation(libs.constraintlayout)
implementation(fileTree(mapOf(
dir" to "D:\\codellAndroidcodellNotesmasterllhttpcomponents-client-4.5.14-binlllib"
"include" to listOf("*.aar","*.jar"),
"exclude" to listof("")
)))
testImplementation(libs.junit)
androidTestImplementation(libs.ext.junit)
androidTestImplementation(libs.espresso.core)
rootProject.name = "Notemasters"
include(":app")