From f3235602aa1bca8ef97d66c46d6bdc2d6040e482 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=B8=96=E7=95=8C?= Date: Sat, 29 May 2021 13:18:13 +0800 Subject: [PATCH] Update dependencies --- app/build.gradle.kts | 8 ++++---- buildSrc/build.gradle.kts | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/app/build.gradle.kts b/app/build.gradle.kts index 8b9cc159..5e90492b 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -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") diff --git a/buildSrc/build.gradle.kts b/buildSrc/build.gradle.kts index 969449a6..e00d249e 100644 --- a/buildSrc/build.gradle.kts +++ b/buildSrc/build.gradle.kts @@ -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") }