Update dependencies

This commit is contained in:
世界 2021-03-31 09:51:40 +08:00
parent 770715234c
commit 204364d787
No known key found for this signature in database
GPG Key ID: CD109927C34A63C4
2 changed files with 6 additions and 6 deletions

View File

@ -3,8 +3,8 @@ import cn.hutool.core.util.RuntimeUtil
apply plugin: 'com.android.application'
apply plugin: 'kotlin-android'
def verName = "7.6.0"
def verCode = 200 + 3 * 19
def verName = "7.6.0-1"
def verCode = 200 + 3 * 20
if (System.getenv("DEBUG_BUILD") == "true") {
verName += "-" + RuntimeUtil.execForStr("git log --pretty=format:'%h' -n 1)")
@ -386,9 +386,9 @@ dependencies {
implementation 'dnsjava:dnsjava:3.3.1'
implementation 'org.dizitart:nitrite:3.4.3'
implementation 'cn.hutool:hutool-core:5.6.1'
implementation 'cn.hutool:hutool-crypto:5.6.1'
implementation 'cn.hutool:hutool-http:5.6.1'
implementation 'cn.hutool:hutool-core:5.6.2'
implementation 'cn.hutool:hutool-crypto:5.6.2'
implementation 'cn.hutool:hutool-http:5.6.2'
implementation 'com.jakewharton:process-phoenix:2.0.0'
compileOnly 'org.yaml:snakeyaml:1.28'

View File

@ -13,7 +13,7 @@ buildscript {
classpath 'com.google.firebase:firebase-crashlytics-gradle:2.5.2'
classpath 'gradle.plugin.org.mozilla.rust-android-gradle:plugin:0.8.3'
classpath 'com.github.triplet.gradle:play-publisher:3.0.0'
classpath 'cn.hutool:hutool-core:5.6.1'
classpath 'cn.hutool:hutool-core:5.6.2'
}
}