From 27d63a4e24bd281bb38fae09c9100ad8738f03de Mon Sep 17 00:00:00 2001 From: tyhs38 <1520736971@qq.com> Date: Thu, 15 May 2025 09:00:00 +0800 Subject: [PATCH] =?UTF-8?q?=E6=94=B9=E4=BA=86=E4=B8=80=E4=B8=AA=E6=8A=A5?= =?UTF-8?q?=E9=94=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Note-masters/app/build.gradle.kts | 4 ++-- Note-masters/app/src/main/AndroidManifest.xml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Note-masters/app/build.gradle.kts b/Note-masters/app/build.gradle.kts index 3cb0d86..ceae56b 100644 --- a/Note-masters/app/build.gradle.kts +++ b/Note-masters/app/build.gradle.kts @@ -38,9 +38,9 @@ dependencies { implementation(libs.activity) implementation(libs.constraintlayout) implementation(fileTree(mapOf( - "dir" to "E:\\迅雷下载", + "dir" to "E:\\迅雷下载\\lib", "include" to listOf("*.aar", "*.jar"), - "exclude" to listOf() + "exclude" to listOf("") ))) testImplementation(libs.junit) androidTestImplementation(libs.ext.junit) diff --git a/Note-masters/app/src/main/AndroidManifest.xml b/Note-masters/app/src/main/AndroidManifest.xml index e061ed5..6b6ed6d 100644 --- a/Note-masters/app/src/main/AndroidManifest.xml +++ b/Note-masters/app/src/main/AndroidManifest.xml @@ -20,7 +20,7 @@ android:label="@string/app_name" android:roundIcon="@mipmap/ic_launcher_round" android:supportsRtl="true" - android:theme="@style/Theme.Notesmaster" + android:theme="@style/Theme.Notemasters" tools:targetApi="31">