diff --git a/AndroidLibV2rayLite/CoreI/Status.go b/AndroidLibV2rayLite/CoreI/Status.go index 754f51f4..96ec337d 100644 --- a/AndroidLibV2rayLite/CoreI/Status.go +++ b/AndroidLibV2rayLite/CoreI/Status.go @@ -13,7 +13,7 @@ type Status struct { } func CheckVersion() int { - return 21 + return 22 } func (v *Status) GetDataDir() string { diff --git a/AndroidLibV2rayLite/Process/Escort/escort.go b/AndroidLibV2rayLite/Process/Escort/escort.go index 35670bbd..b8676cdd 100644 --- a/AndroidLibV2rayLite/Process/Escort/escort.go +++ b/AndroidLibV2rayLite/Process/Escort/escort.go @@ -3,7 +3,6 @@ package Escort import ( "os" "os/exec" - "time" "log" diff --git a/V2rayNG/app/libs/libv2ray.aar b/V2rayNG/app/libs/libv2ray.aar index 822eede5..df2a17b3 100644 Binary files a/V2rayNG/app/libs/libv2ray.aar and b/V2rayNG/app/libs/libv2ray.aar differ