Commit 3c14ff67 authored by Mygod's avatar Mygod

Update dependencies

parent e05abd7c
......@@ -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 r24+
* Android SDK r25+
* Android NDK r10d+
### BUILD
......
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")
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