Commit 087df1b4 authored by wanglei's avatar wanglei

feat:降低gradle和插件版本到8.0

parent 8633c604
......@@ -35,7 +35,7 @@ android {
}
buildFeatures {
viewBinding = true
buildConfig =true
buildConfig = true
}
lint {
//https://blog.csdn.net/destiny1507/article/details/104329583
......@@ -82,6 +82,9 @@ dependencies {
androidTestImplementation(libs.androidx.junit)
androidTestImplementation(libs.androidx.espresso.core)
//implementation ("com.solar.fileaceoneweea.inmanagerso:l1b2t123457j1:v30-jiagu-gp")
// implementation ("FG_com_solar_fileaceoneweea_inmanagerso_v30-jiagu-gp.aar")
// implementation(fileTree("libs"))
// implementation ("FG_com_solar_fileaceoneweea_inmanagerso_v30-jiagu-gp.aar")
// implementation(files("libs/FG_com_solar_fileaceoneweea_inmanagerso_v30-jiagu-gp.aar"))
implementation(fileTree(mapOf("dir" to "libs", "include" to listOf("*.jar", "*.aar"))))
// implementation(files("src/main/libs/FG_com_solar_fileaceoneweea_inmanagerso_v30-jiagu-gp.aar"))
}
\ No newline at end of file
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