Browse Source

更新依赖

drake 3 years ago
parent
commit
73f0dd9e9c
2 changed files with 2 additions and 2 deletions
  1. 1 1
      net/build.gradle
  2. 1 1
      sample/build.gradle

+ 1 - 1
net/build.gradle

@@ -60,7 +60,7 @@ dependencies {
     testImplementation "junit:junit:4.13.2"
     testImplementation "junit:junit:4.13.2"
     androidTestImplementation "androidx.test:runner:1.3.0"
     androidTestImplementation "androidx.test:runner:1.3.0"
     androidTestImplementation "androidx.test.espresso:espresso-core:3.3.0"
     androidTestImplementation "androidx.test.espresso:espresso-core:3.3.0"
-    implementation "com.github.liangjingkanji:Tooltip:1.1.1"
+    implementation "com.github.liangjingkanji:Tooltip:1.1.2"
 
 
     compileOnly "com.squareup.okhttp3:okhttp:$okhttp_version"
     compileOnly "com.squareup.okhttp3:okhttp:$okhttp_version"
 
 

+ 1 - 1
sample/build.gradle

@@ -97,7 +97,7 @@ dependencies {
     implementation "com.github.bumptech.glide:glide:$glide_version" // 提供下载图片功能
     implementation "com.github.bumptech.glide:glide:$glide_version" // 提供下载图片功能
     implementation 'com.github.liangjingkanji:StatusBar:1.1.1' // 透明状态栏
     implementation 'com.github.liangjingkanji:StatusBar:1.1.1' // 透明状态栏
     implementation 'com.github.liangjingkanji:debugkit:1.2.11' // 开发调试窗口工具
     implementation 'com.github.liangjingkanji:debugkit:1.2.11' // 开发调试窗口工具
-    implementation 'com.github.liangjingkanji:Tooltip:1.1.1' // 吐司工具
+    implementation "com.github.liangjingkanji:Tooltip:1.1.2" // 吐司工具
 
 
     // ------------------------------Google数据库-------------------------------------
     // ------------------------------Google数据库-------------------------------------
     implementation "androidx.room:room-runtime:$room_version"
     implementation "androidx.room:room-runtime:$room_version"