Commit 250373b9 authored by Mygod's avatar Mygod

Update Travis and README

parent dc439b08
...@@ -5,7 +5,7 @@ jdk: ...@@ -5,7 +5,7 @@ jdk:
env: env:
global: global:
- NDK_VERSION=r15-beta2 - NDK_VERSION=r15b
- NDK_CCACHE=ccache - NDK_CCACHE=ccache
- GOROOT_BOOTSTRAP=$GOROOT - GOROOT_BOOTSTRAP=$GOROOT
- ANDROID_NDK_HOME=$HOME/.android/android-ndk-${NDK_VERSION} - ANDROID_NDK_HOME=$HOME/.android/android-ndk-${NDK_VERSION}
...@@ -13,7 +13,7 @@ env: ...@@ -13,7 +13,7 @@ env:
- PATH=${ANDROID_NDK_HOME}:${ANDROID_HOME}/tools:${ANDROID_HOME}/platform-tools:${PATH} - PATH=${ANDROID_NDK_HOME}:${ANDROID_HOME}/tools:${ANDROID_HOME}/platform-tools:${PATH}
scala: scala:
- 2.11.8 - 2.11.11
before_cache: before_cache:
- find $HOME/.sbt -name "*.lock" | xargs rm - find $HOME/.sbt -name "*.lock" | xargs rm
...@@ -27,7 +27,7 @@ cache: ...@@ -27,7 +27,7 @@ cache:
android: android:
components: components:
- tools - tools
- build-tools-25.0.2 - build-tools-26.0.0
- extra-android-m2repository - extra-android-m2repository
- extra-google-m2repository - extra-google-m2repository
......
...@@ -14,9 +14,9 @@ A [shadowsocks](http://shadowsocks.org) client for Android, written in Scala. ...@@ -14,9 +14,9 @@ A [shadowsocks](http://shadowsocks.org) client for Android, written in Scala.
* SBT 0.13.0+ * SBT 0.13.0+
* Go 1.4+ * Go 1.4+
* Android SDK * Android SDK
- Build Tools 25+ - Build Tools 26+
- Android Support Repository and Google Repository (see `build.sbt` for version) - Android Support Repository and Google Repository (see `build.sbt` for version)
- Android NDK r14+ - Android NDK r15+
### BUILD ### BUILD
......
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