瀏覽代碼

upgrade(sample): 依赖升级

drake 2 年之前
父節點
當前提交
90ef9ddaee
共有 1 個文件被更改,包括 2 次插入7 次删除
  1. 2 7
      sample/build.gradle

+ 2 - 7
sample/build.gradle

@@ -102,12 +102,7 @@ dependencies {
     // ------------------------------其他库-------------------------------------
     // ------------------------------其他库-------------------------------------
     implementation "com.github.bumptech.glide:glide:$glide_version" // 图片加载库
     implementation "com.github.bumptech.glide:glide:$glide_version" // 图片加载库
     implementation 'com.github.liangjingkanji:StatusBar:2.0.2' // 透明状态栏
     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: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'
 }
 }