Commit b2d418fc by zhangchengbo

fix:添加aar依赖

parent 2df35710
......@@ -168,8 +168,8 @@ dependencies {
ksp(libs.androidx.room.compiler)
//根据文件路径 添加 aar依赖
// implementation(fileTree(mapOf("dir" to "libs", "include" to listOf("*.jar", "*.aar"))))
// implementation(group = "", name = "supportsfsy-debug", ext = "aar")
implementation(fileTree(mapOf("dir" to "libs", "include" to listOf("*.jar", "*.aar"))))
implementation(group = "", name = "sfsylibrary-release", ext = "aar")
//引入Librarys
implementation(projects.commons)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment