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
61a926ff
Commit
61a926ff
authored
Jan 24, 2017
by
Mygod
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update plugin doc
parent
8d1f2da1
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
28 additions
and
24 deletions
+28
-24
plugin/README.md
plugin/README.md
+1
-1
plugin/build.sbt
plugin/build.sbt
+27
-0
sonatype.sbt
sonatype.sbt
+0
-23
No files found.
plugin/README.md
View file @
61a926ff
...
...
@@ -37,7 +37,7 @@ First you need to add this library to your dependencies. This library is written
and it's most convenient to use it with SBT:
```
scala
libraryDependencies
+=
"com.github.shadowsocks"
%%
"plugin"
%
"0.0.1
-SNAPSHOT
"
libraryDependencies
+=
"com.github.shadowsocks"
%%
"plugin"
%
"0.0.1"
```
### Native binary configuration
...
...
plugin/build.sbt
View file @
61a926ff
...
...
@@ -3,3 +3,30 @@ android.useSupportVectors
name
:=
"plugin"
version
:=
"0.0.1"
pomExtra
in
Global
:=
{
<
url
>
https
://
github
.
com
/
shadowsocks
/
shadowsocks
-
android
</
url
>
<
licenses
>
<
license
>
<
name
>
GPLv3
</
name
>
<
url
>
https
://
www
.
gnu
.
org
/
licenses
/
gpl
-
3.0
.
html
</
url
>
</
license
>
</
licenses
>
<
scm
>
<
connection
>
scm
:
git:git://github.com/shadowsocks/shadowsocks-android.git</connection>
<developerConnection>scm:git:git@github.com:shadowsocks/shadowsocks-android.git</developerConnection>
<url>github.com/shadowsocks/shadowsocks-android</url>
</scm>
<developers>
<developer>
<id>madeye</id>
<name>Max
Lv</name>
<url>https://github.com/madeye</url>
</developer>
<developer>
<id>Mygod</id>
<name>Mygod
Studio</name>
<url>https://github.com/Mygod</url>
</developer>
</developers>
}
sonatype.sbt
deleted
100644 → 0
View file @
8d1f2da1
sonatypeProfileName
:=
"com.github.shadowsocks"
pomExtra
in
Global
:=
{
<
url
>
https
://
github
.
com
/
shadowsocks
/
shadowsocks
-
android
</
url
>
<
licenses
>
<
license
>
<
name
>
GPLv3
</
name
>
<
url
>
https
://
www
.
gnu
.
org
/
licenses
/
gpl
-
3.0
.
html
</
url
>
</
license
>
</
licenses
>
<
scm
>
<
connection
>
scm
:
git:git://github.com/shadowsocks/shadowsocks-android.git</connection>
<developerConnection>scm:git:git@github.com:shadowsocks/shadowsocks-android.git</developerConnection>
<url>github.com/shadowsocks/shadowsocks-android</url>
</scm>
<developers>
<developer>
<id>madeye</id>
<name>Max
Lv</name>
<url>https://github.com/madeye/</url>
</developer>
</developers>
}
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