新增菜品采集
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user