1
0
mirror of https://github.com/NekoX-Dev/NekoX.git synced 2024-12-16 14:19:59 +01:00

Fix crash

This commit is contained in:
世界 2020-12-30 11:12:55 +08:00
parent a68c9bc0df
commit 8997e7202a
No known key found for this signature in database
GPG Key ID: CD109927C34A63C4
2 changed files with 8 additions and 5 deletions

View File

@ -1,8 +1,8 @@
apply plugin: 'com.android.application'
apply plugin: 'kotlin-android'
def verName = "7.3.1-rc02"
def verCode = 134
def verName = "7.3.1-rc04"
def verCode = 138
def serviceAccountCredentialsFile = rootProject.file("service_account_credentials.json")
@ -81,9 +81,9 @@ dependencies {
implementation 'dnsjava:dnsjava:3.3.1'
implementation 'org.dizitart:nitrite:3.4.3'
implementation 'cn.hutool:hutool-core:5.5.5'
implementation 'cn.hutool:hutool-crypto:5.5.5'
implementation 'cn.hutool:hutool-http:5.5.5'
implementation 'cn.hutool:hutool-core:5.5.6'
implementation 'cn.hutool:hutool-crypto:5.5.6'
implementation 'cn.hutool:hutool-http:5.5.6'
implementation 'com.jakewharton:process-phoenix:2.0.0'

View File

@ -0,0 +1,3 @@
package java.nio.file;
public interface Path {}