diff --git a/src/main/AndroidManifest.xml b/src/main/AndroidManifest.xml index 9bd8a298..508ae6c7 100644 --- a/src/main/AndroidManifest.xml +++ b/src/main/AndroidManifest.xml @@ -1,7 +1,7 @@ + android:versionCode="336" + android:versionName="3.8.19"> diff --git a/src/main/scala/com/github/shadowsocks/ShadowsocksApplication.scala b/src/main/scala/com/github/shadowsocks/ShadowsocksApplication.scala index f83b39a7..d525f570 100644 --- a/src/main/scala/com/github/shadowsocks/ShadowsocksApplication.scala +++ b/src/main/scala/com/github/shadowsocks/ShadowsocksApplication.scala @@ -289,6 +289,7 @@ class ShadowsocksApplication extends Application { crashRecovery() // ensure executables are killed before writing to them copyAssets(System.getABI) copyAssets("acl") +// /data/data/com.xxf098.ssrray/files/geoip.dat val assetPath = getApplicationInfo.dataDir + "/files/" copyAssets("dat", assetPath) // Shell.SH.run(EXECUTABLES.map("chmod 755 " + getApplicationInfo.dataDir + '/' + _))