Commit 6a02d4b9 authored by Mygod's avatar Mygod

Add change log to plugin library

parent 7219ce42
# shadowsocks-android plugin framework # shadowsocks-android plugin framework
[Documentation](https://github.com/shadowsocks/shadowsocks-android/blob/develop/plugin/doc.md) |
[Change log](https://github.com/shadowsocks/shadowsocks-android/blob/develop/plugin/CHANGES.md)
Support library for easier development on [shadowsocks Support library for easier development on [shadowsocks
plugin](https://github.com/shadowsocks/shadowsocks-org/issues/28) for Android. Also includes some plugin](https://github.com/shadowsocks/shadowsocks-org/issues/28) for Android. Also includes some
useful resources to easily get consistent styling with the main app. useful resources to easily get consistent styling with the main app.
...@@ -19,9 +22,6 @@ This library is designed with Java interoperability in mind so theoretically you ...@@ -19,9 +22,6 @@ This library is designed with Java interoperability in mind so theoretically you
library with other languages and/or build tools but there isn't documentation for that yet. This library with other languages and/or build tools but there isn't documentation for that yet. This
guide is written for Scala + SBT. Contributions are welcome. guide is written for Scala + SBT. Contributions are welcome.
The following is just a simple guide to get you started, for more technical details, see
[doc.md](https://github.com/shadowsocks/shadowsocks-android/blob/develop/plugin/doc.md).
### Package name ### Package name
There are no arbitrary restrictions/requirements on package name, component name and content There are no arbitrary restrictions/requirements on package name, component name and content
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment