소스 검색

upgrade(sample): 依赖升级

drake 3 년 전
부모
커밋
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.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'
 }