|
|
|
@ -19,6 +19,20 @@ dependencyResolutionManagement {
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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")
|
|
|
|
|
|