diff --git a/Notemasters/settings.gradle.kts b/Notemasters/settings.gradle.kts index 920aa7e..89844af 100644 --- a/Notemasters/settings.gradle.kts +++ b/Notemasters/settings.gradle.kts @@ -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") \ No newline at end of file