mirror of
https://github.com/NekoX-Dev/NekoX.git
synced 2024-12-16 16:39:49 +01:00
Fix crash
This commit is contained in:
parent
a68c9bc0df
commit
8997e7202a
@ -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'
|
||||
|
||||
|
3
TMessagesProj/src/main/java/java/nio/file/Path.java
Normal file
3
TMessagesProj/src/main/java/java/nio/file/Path.java
Normal file
@ -0,0 +1,3 @@
|
||||
package java.nio.file;
|
||||
|
||||
public interface Path {}
|
Loading…
Reference in New Issue
Block a user