Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
com.ccwangluo.accelerator
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
sheteng
com.ccwangluo.accelerator
Commits
1c67b39a
Commit
1c67b39a
authored
Sep 04, 2016
by
Max Lv
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Bump version
parent
30fea4a7
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
5 additions
and
4 deletions
+5
-4
kcptun/kcptun
kcptun/kcptun
+1
-1
kcptun/make.bash
kcptun/make.bash
+1
-0
project/plugins.sbt
project/plugins.sbt
+1
-1
src/main/AndroidManifest.xml
src/main/AndroidManifest.xml
+2
-2
No files found.
kcptun
@
e44d8c90
Subproject commit
91b2c650d128285f8a5f8305696d4c5ccdbe8e5f
Subproject commit
e44d8c9041b0f8825295bca089ff3dbad294508c
kcptun/make.bash
View file @
1c67b39a
...
@@ -52,6 +52,7 @@ pushd kcptun/client
...
@@ -52,6 +52,7 @@ pushd kcptun/client
echo
"Get dependences for kcptun"
echo
"Get dependences for kcptun"
go get
-u
github.com/xtaci/kcp-go
go get
-u
github.com/xtaci/kcp-go
go get
-u
github.com/xtaci/smux
go get
go get
echo
"Cross compile kcptun for arm"
echo
"Cross compile kcptun for arm"
...
...
project/plugins.sbt
View file @
1c67b39a
addSbtPlugin
(
"org.scala-android"
%
"sbt-android"
%
"1.6.1
5
"
)
addSbtPlugin
(
"org.scala-android"
%
"sbt-android"
%
"1.6.1
6
"
)
addSbtPlugin
(
"com.timushev.sbt"
%
"sbt-updates"
%
"0.1.10"
)
addSbtPlugin
(
"com.timushev.sbt"
%
"sbt-updates"
%
"0.1.10"
)
...
...
src/main/AndroidManifest.xml
View file @
1c67b39a
<manifest
xmlns:android=
"http://schemas.android.com/apk/res/android"
<manifest
xmlns:android=
"http://schemas.android.com/apk/res/android"
xmlns:tools=
"http://schemas.android.com/tools"
package=
"com.github.shadowsocks"
xmlns:tools=
"http://schemas.android.com/tools"
package=
"com.github.shadowsocks"
android:versionCode=
"15
0
"
android:versionCode=
"15
1
"
android:versionName=
"3.
0.8
"
>
android:versionName=
"3.
1.0
"
>
<uses-permission
android:name=
"android.permission.INTERNET"
/>
<uses-permission
android:name=
"android.permission.INTERNET"
/>
<uses-permission
android:name=
"android.permission.ACCESS_NETWORK_STATE"
/>
<uses-permission
android:name=
"android.permission.ACCESS_NETWORK_STATE"
/>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment