Update dependencies

This commit is contained in:
世界
2021-05-29 13:18:13 +08:00
parent 9a6c8739b7
commit f3235602aa
2 changed files with 5 additions and 5 deletions

View File

@@ -45,15 +45,15 @@ dependencies {
implementation("com.google.android.material:material:1.3.0")
implementation("com.squareup.okhttp3:okhttp:5.0.0-alpha.2")
implementation("cn.hutool:hutool-core:5.6.5")
implementation("cn.hutool:hutool-json:5.6.5")
implementation("cn.hutool:hutool-crypto:5.6.5")
implementation("cn.hutool:hutool-core:5.6.6")
implementation("cn.hutool:hutool-json:5.6.6")
implementation("cn.hutool:hutool-crypto:5.6.6")
implementation("com.google.code.gson:gson:2.8.7")
implementation("com.google.zxing:core:3.4.1")
implementation("com.squareup.okhttp3:okhttp:5.0.0-alpha.2")
implementation("org.yaml:snakeyaml:1.28")
implementation("com.github.daniel-stoneuk:material-about-library:3.2.0-rc01")
implementation("com.mikepenz:aboutlibraries:8.8.6")
implementation("com.mikepenz:aboutlibraries:8.9.0")
implementation("com.simplecityapps:recyclerview-fastscroll:2.0.1") {
exclude(group = "androidx.recyclerview")

View File

@@ -12,6 +12,6 @@ dependencies {
implementation("com.android.tools.build:gradle-api:$androidPluginVersion")
implementation(kotlin("gradle-plugin", kotlinVersion))
implementation(kotlin("stdlib"))
implementation("cn.hutool:hutool-crypto:5.6.5")
implementation("cn.hutool:hutool-crypto:5.6.6")
implementation("com.github.triplet.gradle:play-publisher:$playPublisherVersion")
}