Merge pull request '改了一个报错/(关于路径的)' (#8) from l_branch into master

master
pcs4l98ag 3 months ago
commit c2759e826d

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

Loading…
Cancel
Save