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
3c14ff67
Commit
3c14ff67
authored
Apr 16, 2016
by
Mygod
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update dependencies
parent
e05abd7c
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
8 deletions
+4
-8
README.md
README.md
+2
-2
project/plugins.sbt
project/plugins.sbt
+2
-6
No files found.
README.md
View file @
3c14ff67
...
...
@@ -10,9 +10,9 @@ A [shadowsocks](http://shadowsocks.org) client for Android, written in Scala.
### PREREQUISITES
*
JDK 1.
7
*
JDK 1.
8
*
SBT 0.13.0+
*
Android SDK r2
4
+
*
Android SDK r2
5
+
*
Android NDK r10d+
### BUILD
...
...
project/plugins.sbt
View file @
3c14ff67
resolvers
+=
Resolver
.
url
(
"scalasbt releases"
,
new
URL
(
"http://scalasbt.artifactoryonline.com/scalasbt/sbt-plugin-snapshots"
))(
Resolver
.
ivyStylePatterns
)
addSbtPlugin
(
"org.scala-android"
%
"sbt-android"
%
"1.6.0"
)
addSbtPlugin
(
"com.hanhuy.sbt"
%
"android-sdk-plugin"
%
"1.5.20"
)
resolvers
+=
Resolver
.
url
(
"rtimush/sbt-plugin-snapshots"
,
new
URL
(
"https://dl.bintray.com/rtimush/sbt-plugin-snapshots/"
))(
Resolver
.
ivyStylePatterns
)
addSbtPlugin
(
"com.timushev.sbt"
%
"sbt-updates"
%
"0.1.9-6-g5a7705c"
)
addSbtPlugin
(
"com.timushev.sbt"
%
"sbt-updates"
%
"0.1.10"
)
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