新增菜品采集

This commit is contained in:
马增飞
2025-10-18 15:06:07 +08:00
parent a27cc5f7ee
commit ed6c5e83be
18 changed files with 439 additions and 10 deletions
+1 -8
View File
@@ -57,14 +57,7 @@ android {
}
dependencies {
// implementation(
// fileTree(
// mapOf(
// "dir" to "libs",
// "include" to listOf("*.aar", "*.jar")
// )
// )
// )
implementation(fileTree(mapOf("dir" to "libs", "include" to listOf("*.aar", "*.jar"))))
implementation(libs.androidx.core.ktx)
implementation(libs.androidx.appcompat)
implementation(libs.material)