Release AndroidLibV2rayLite 22

This commit is contained in:
yuhan6665
2020-10-18 10:32:13 -04:00
parent 7b2794f6be
commit 39af5fdb86
3 changed files with 1 additions and 2 deletions

View File

@@ -13,7 +13,7 @@ type Status struct {
} }
func CheckVersion() int { func CheckVersion() int {
return 21 return 22
} }
func (v *Status) GetDataDir() string { func (v *Status) GetDataDir() string {

View File

@@ -3,7 +3,6 @@ package Escort
import ( import (
"os" "os"
"os/exec" "os/exec"
"time"
"log" "log"

Binary file not shown.