2023-11-22 21:35:05 +08:00
|
|
|
apply from : "../lib_standard.gradle"
|
|
|
|
|
|
|
|
android {
|
|
|
|
namespace 'com.example.lib_core'
|
|
|
|
}
|
|
|
|
|
|
|
|
dependencies {
|
|
|
|
// 工具集
|
|
|
|
api project(path: ":libs:lib_utils")
|
|
|
|
|
|
|
|
api 'androidx.constraintlayout:constraintlayout:2.1.4'
|
2023-12-15 14:44:31 +08:00
|
|
|
api 'com.google.android.material:material:1.6.1'
|
2023-11-27 17:03:31 +08:00
|
|
|
api 'androidx.recyclerview:recyclerview:1.3.0'
|
|
|
|
api 'androidx.lifecycle:lifecycle-viewmodel-ktx:2.6.2'
|
2023-11-22 21:35:05 +08:00
|
|
|
api 'androidx.lifecycle:lifecycle-extensions:2.2.0'
|
|
|
|
|
|
|
|
|
|
|
|
api "com.alibaba:fastjson:1.2.41"
|
|
|
|
}
|