Update dependencies
This commit is contained in:
parent
be7a415a03
commit
0d8e32f95f
@ -3,7 +3,7 @@ import cn.hutool.core.util.RuntimeUtil
|
||||
apply plugin: 'com.android.application'
|
||||
apply plugin: 'kotlin-android'
|
||||
|
||||
def verName = "7.6.0-preview-01"
|
||||
def verName = "7.6.0-rc01"
|
||||
def verCode = 200 + 3 * 13
|
||||
|
||||
if (System.getenv("DEBUG_BUILD") == "true") {
|
||||
@ -391,9 +391,9 @@ dependencies {
|
||||
implementation 'dnsjava:dnsjava:3.3.1'
|
||||
implementation 'org.dizitart:nitrite:3.4.3'
|
||||
|
||||
implementation 'cn.hutool:hutool-core:5.6.0'
|
||||
implementation 'cn.hutool:hutool-crypto:5.6.0'
|
||||
implementation 'cn.hutool:hutool-http:5.6.0'
|
||||
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 'com.jakewharton:process-phoenix:2.0.0'
|
||||
|
||||
compileOnly 'org.yaml:snakeyaml:1.28'
|
||||
|
@ -7,13 +7,13 @@ buildscript {
|
||||
maven { url "https://plugins.gradle.org/m2/" }
|
||||
}
|
||||
dependencies {
|
||||
classpath 'com.android.tools.build:gradle:4.1.2'
|
||||
classpath 'com.android.tools.build:gradle:4.1.3'
|
||||
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:1.4.31"
|
||||
classpath 'com.google.gms:google-services:4.3.5'
|
||||
classpath 'com.google.firebase:firebase-crashlytics-gradle:2.5.1'
|
||||
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.0'
|
||||
classpath 'cn.hutool:hutool-core:5.6.1'
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user