Commit 6d6ffba8 authored by Mygod's avatar Mygod

Update dependencies

parent 6bd2d077
lazy val commonSettings = Seq(
scalaVersion := "2.11.11",
scalaVersion := "2.11.12",
dexMaxHeap := "4g",
organization := "com.github.shadowsocks",
......@@ -23,7 +23,7 @@ lazy val commonSettings = Seq(
resolvers += "google" at "https://maven.google.com"
)
val supportLibsVersion = "27.0.0"
val supportLibsVersion = "27.0.1"
lazy val root = Project(id = "shadowsocks-android", base = file("."))
.settings(commonSettings)
.aggregate(plugin, mobile)
......
......@@ -23,7 +23,7 @@ proguardOptions ++=
"-keep public class com.evernote.android.job.JobRescheduleService" ::
Nil
val playServicesVersion = "11.4.2"
val playServicesVersion = "11.6.0"
resolvers += Resolver.jcenterRepo
libraryDependencies ++=
"com.futuremind.recyclerfastscroll" % "fastscroll" % "0.2.5" ::
......@@ -34,12 +34,12 @@ libraryDependencies ++=
"com.google.android.gms" % "play-services-gcm" % playServicesVersion ::
"com.google.firebase" % "firebase-config" % playServicesVersion ::
"com.j256.ormlite" % "ormlite-android" % "5.0" ::
"com.mikepenz" % "crossfader" % "1.5.0" ::
"com.mikepenz" % "fastadapter" % "2.6.3" ::
"com.mikepenz" % "iconics-core" % "2.9.3" ::
"com.mikepenz" % "materialdrawer" % "5.9.5" ::
"com.mikepenz" % "materialize" % "1.0.3" ::
"com.squareup.okhttp3" % "okhttp" % "3.9.0" ::
"com.mikepenz" % "crossfader" % "1.5.1" ::
"com.mikepenz" % "fastadapter" % "3.0.4" ::
"com.mikepenz" % "iconics-core" % "3.0.0" ::
"com.mikepenz" % "materialdrawer" % "6.0.2" ::
"com.mikepenz" % "materialize" % "1.1.2" ::
"com.squareup.okhttp3" % "okhttp" % "3.9.1" ::
"com.twofortyfouram" % "android-plugin-api-for-locale" % "1.0.2" ::
"dnsjava" % "dnsjava" % "2.1.8" ::
"eu.chainfire" % "libsuperuser" % "1.0.0.201704021214" ::
......
Subproject commit c8ec480cf716be70bc3cae2c4cd7f2733901ab09
Subproject commit 943e9dcb62c47e9016b39185c4d92592e05b6fbb
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