From 1c19c5e3f31be4514bd2901700022517805edb17 Mon Sep 17 00:00:00 2001 From: tyhs38 <1520736971@qq.com> Date: Wed, 14 May 2025 20:12:10 +0800 Subject: [PATCH] =?UTF-8?q?=E8=A1=A5=E5=85=85=E8=B7=AF=E5=BE=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Notemasters/settings.gradle.kts | 14 ++++++++++++++ 1 file changed, 14 insertions(+) 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 -- 2.34.1