Browse Source

upgrade: dependencies

drake 2 years ago
parent
commit
3fb8a6c7cd
2 changed files with 4 additions and 4 deletions
  1. 2 2
      build.gradle
  2. 2 2
      sample/build.gradle

+ 2 - 2
build.gradle

@@ -18,9 +18,9 @@
 
 buildscript {
     ext {
-        kotlin_version = '1.6.21'
+        kotlin_version = '1.7.10'
         brv_version = '1.3.80'
-        coroutine_version = '1.6.0'
+        coroutine_version = '1.6.1'
         okhttp_version = "4.10.0"
     }
 

+ 2 - 2
sample/build.gradle

@@ -101,6 +101,6 @@ dependencies {
     // ------------------------------其他库-------------------------------------
     implementation 'com.github.liangjingkanji:StatusBar:2.0.2' // 透明状态栏
     implementation 'com.github.liangjingkanji:debugkit:1.3.0' // 开发调试窗口工具
-    implementation "com.github.liangjingkanji:Tooltip:1.2.1" // 吐司工具
-    implementation 'com.github.liangjingkanji:Engine:0.0.65'
+    implementation "com.github.liangjingkanji:Tooltip:1.2.2" // 吐司工具
+    implementation 'com.github.liangjingkanji:Engine:0.0.67'
 }