Skip to content

Commit

Permalink
fix compile issue
Browse files Browse the repository at this point in the history
  • Loading branch information
glzjin committed Nov 12, 2016
1 parent b91e33c commit 0414976
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
6 changes: 3 additions & 3 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ dexMaxHeap := "4g"
enablePlugins(AndroidApp)
android.useSupportVectors

name := "shadowsocks"
version := "3.2.7"
versionCode := Some(167)
name := "shadowsocksr"

applicationId := "in.zhaoj.shadowsocksr"

platformTarget := "android-25"

Expand Down
3 changes: 0 additions & 3 deletions build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,12 @@ try ${ANDROID_NDK_HOME}/ndk-build -j8

# copy executables
rm -rf assets/armeabi-v7a
rm -rf assets/arm64-v8a
rm -rf assets/x86
mkdir -p assets/armeabi-v7a
mkdir -p assets/arm64-v8a
mkdir -p assets/x86
for app in pdnsd redsocks ss-local ss-tunnel tun2socks
do
try mv libs/armeabi-v7a/$app assets/armeabi-v7a/
try mv libs/arm64-v8a/$app assets/arm64-v8a/
try mv libs/x86/$app assets/x86/
done

Expand Down

0 comments on commit 0414976

Please sign in to comment.