Commit 55ab8b4b authored by Mygod's avatar Mygod

Update dependencies

parent c1cd7e2c
......@@ -23,7 +23,7 @@ lazy val commonSettings = Seq(
resolvers += "google" at "https://maven.google.com"
)
val supportLibsVersion = "26.0.0"
val supportLibsVersion = "26.1.0"
lazy val root = Project(id = "shadowsocks-android", base = file("."))
.settings(commonSettings)
.aggregate(plugin, mobile)
......
......@@ -23,11 +23,11 @@ proguardOptions ++=
"-keep public class com.evernote.android.job.JobRescheduleService" ::
Nil
val playServicesVersion = "11.2.0"
val playServicesVersion = "11.4.2"
resolvers += Resolver.jcenterRepo
libraryDependencies ++=
"com.futuremind.recyclerfastscroll" % "fastscroll" % "0.2.5" ::
"com.evernote" % "android-job" % "1.2.0-alpha4" ::
"com.evernote" % "android-job" % "1.2.0" ::
"com.github.jorgecastilloprz" % "fabprogresscircle" % "1.01" ::
"com.google.android.gms" % "play-services-ads" % playServicesVersion ::
"com.google.android.gms" % "play-services-analytics" % playServicesVersion ::
......@@ -39,7 +39,7 @@ libraryDependencies ++=
"com.mikepenz" % "iconics-core" % "2.9.3" ::
"com.mikepenz" % "materialdrawer" % "5.9.5" ::
"com.mikepenz" % "materialize" % "1.0.3" ::
"com.squareup.okhttp3" % "okhttp" % "3.8.1" ::
"com.squareup.okhttp3" % "okhttp" % "3.9.0" ::
"com.twofortyfouram" % "android-plugin-api-for-locale" % "1.0.2" ::
"dnsjava" % "dnsjava" % "2.1.8" ::
"eu.chainfire" % "libsuperuser" % "1.0.0.201704021214" ::
......
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