Skip to content

Commit

Permalink
v3.8.19
Browse files Browse the repository at this point in the history
  • Loading branch information
xxf098 committed Jun 17, 2022
1 parent ff23bd3 commit 59687bf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools" package="com.github.shadowsocks"
android:versionCode="334"
android:versionName="3.8.18">
android:versionCode="336"
android:versionName="3.8.19">

<uses-permission android:name="android.permission.INTERNET"/>
<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE"/>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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 + '/' + _))
Expand Down

0 comments on commit 59687bf

Please sign in to comment.