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">