Commit 503547a0 authored by Max Lv's avatar Max Lv

update README

parent f14afd32
## Shadowsocks for Android ## Shadowsocks for Android
A [shadowsocks](http://shadowsocks.org) client for Android, powered by amazing nodejs/golang/libev. A [shadowsocks](http://shadowsocks.org) client for Android, written in Scala.
## TRAVIS CI STATUS ## TRAVIS CI STATUS
...@@ -12,14 +12,14 @@ A [shadowsocks](http://shadowsocks.org) client for Android, powered by amazing n ...@@ -12,14 +12,14 @@ A [shadowsocks](http://shadowsocks.org) client for Android, powered by amazing n
* JDK 1.6+ * JDK 1.6+
* SBT 0.12.3+ * SBT 0.12.3+
* Android SDK r17+ * Android SDK r21+
* Android NDK r8d+ * Android NDK r8d+
## BUILD ## BUILD
* Create your key following the instructions at http://developer.android.com/guide/publishing/app-signing.html#cert * Create your key following the instructions at http://developer.android.com/guide/publishing/app-signing.html#cert
* Put your key in ~/.keystore * Put your key in ~/.keystore
* Create local.sbt from local.sbt.example with your own key alias * Create `local.sbt` from `local.sbt.example` with your own key alias
* Invoke the building like this * Invoke the building like this
```bash ```bash
......
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