Commit c1e20873 authored by Max Lv's avatar Max Lv

Merge pull request #287 from vmlinz/master

Update sbt and sbt-android-plugin
parents cc9fa4c4 75bb0059
...@@ -16,6 +16,8 @@ ndkBuild in Android := List() ...@@ -16,6 +16,8 @@ ndkBuild in Android := List()
typedResources in Android := false typedResources in Android := false
resolvers += Resolver.jcenterRepo
resolvers += "JRAF" at "http://JRAF.org/static/maven/2" resolvers += "JRAF" at "http://JRAF.org/static/maven/2"
libraryDependencies ++= Seq( libraryDependencies ++= Seq(
......
sbt.version=0.13.5 sbt.version=0.13.8
resolvers += Resolver.url("scalasbt releases", new URL("http://scalasbt.artifactoryonline.com/scalasbt/sbt-plugin-snapshots"))(Resolver.ivyStylePatterns) resolvers += Resolver.url("scalasbt releases", new URL("http://scalasbt.artifactoryonline.com/scalasbt/sbt-plugin-snapshots"))(Resolver.ivyStylePatterns)
addSbtPlugin("com.hanhuy.sbt" % "android-sdk-plugin" % "1.3.10") addSbtPlugin("com.hanhuy.sbt" % "android-sdk-plugin" % "1.3.22")
resolvers += Resolver.sbtPluginRepo("snapshots") resolvers += Resolver.sbtPluginRepo("snapshots")
......
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