@ -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)
@ -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">
<activity