BUmp version

This commit is contained in:
世界 2020-08-30 00:34:58 +00:00
parent ab9d03381c
commit 11b1235762
No known key found for this signature in database
GPG Key ID: CD109927C34A63C4
1 changed files with 4 additions and 4 deletions

View File

@ -5,8 +5,8 @@ apply plugin: 'com.android.application'
apply plugin: 'kotlin-android'
apply plugin: 'kotlin-android-extensions'
def verName = "7.0.0-rc03"
def verCode = 64
def verName = "7.0.1"
def verCode = 67
def serviceAccountCredentialsFile = rootProject.file("service_account_credentials.json")
@ -104,8 +104,8 @@ dependencies {
implementation 'dnsjava:dnsjava:3.2.2'
implementation 'org.dizitart:nitrite:3.4.2'
implementation 'cn.hutool:hutool-core:5.4.0'
implementation 'cn.hutool:hutool-crypto:5.4.0'
implementation 'cn.hutool:hutool-core:5.4.1'
implementation 'cn.hutool:hutool-crypto:5.4.1'
implementation project(":openpgp-api")