|
@@ -102,12 +102,7 @@ dependencies {
|
|
|
// ------------------------------其他库-------------------------------------
|
|
|
implementation "com.github.bumptech.glide:glide:$glide_version" // 图片加载库
|
|
|
implementation 'com.github.liangjingkanji:StatusBar:2.0.2' // 透明状态栏
|
|
|
- implementation 'com.github.liangjingkanji:debugkit:1.2.11' // 开发调试窗口工具
|
|
|
+ implementation 'com.github.liangjingkanji:debugkit:1.3.0' // 开发调试窗口工具
|
|
|
implementation "com.github.liangjingkanji:Tooltip:1.2.1" // 吐司工具
|
|
|
- implementation 'com.github.liangjingkanji:Engine:0.0.62'
|
|
|
-
|
|
|
- // ------------------------------Google数据库-------------------------------------
|
|
|
- implementation "androidx.room:room-runtime:$room_version"
|
|
|
- kapt "androidx.room:room-compiler:$room_version"
|
|
|
- implementation "androidx.room:room-ktx:$room_version"
|
|
|
+ implementation 'com.github.liangjingkanji:Engine:0.0.64'
|
|
|
}
|