Skip to content

Commit 2525a26

Browse files
trevjalberto lalama
authored and
alberto lalama
committed
Move to a prebuilt .so (#12)
* major restructuring, move to pre-built .so * work on marshmallow, update README
1 parent 4648afa commit 2525a26

File tree

979 files changed

+24
-74
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

979 files changed

+24
-74
lines changed

.gitignore

+5
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,8 @@ Thumbs.db
99
*.log
1010
*.swp
1111
*.user
12+
13+
.gradle
14+
.idea
15+
.vscode
16+
android/obj

README.md

+4

android/java/build-extras.gradle

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
dependencies {
2+
compile 'com.android.support:appcompat-v7:23.4.0'
3+
compile 'org.uproxy.jsocks:jsocks:1.0.1'
4+
}
File renamed without changes.

android/jni/Application.mk

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
APP_ABI := armeabi-v7a
2+
APP_PLATFORM := android-23
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)