Commit f2b2aba9 authored by Mygod's avatar Mygod

Update dependencies

parent 0ae15f61
...@@ -23,7 +23,7 @@ lazy val commonSettings = Seq( ...@@ -23,7 +23,7 @@ lazy val commonSettings = Seq(
resolvers += "google" at "https://maven.google.com" resolvers += "google" at "https://maven.google.com"
) )
val supportLibsVersion = "27.0.1" val supportLibsVersion = "27.0.2"
lazy val root = Project(id = "shadowsocks-android", base = file(".")) lazy val root = Project(id = "shadowsocks-android", base = file("."))
.settings(commonSettings) .settings(commonSettings)
.aggregate(plugin, mobile) .aggregate(plugin, mobile)
......
...@@ -23,11 +23,11 @@ proguardOptions ++= ...@@ -23,11 +23,11 @@ proguardOptions ++=
"-keep public class com.evernote.android.job.JobRescheduleService" :: "-keep public class com.evernote.android.job.JobRescheduleService" ::
Nil Nil
val playServicesVersion = "11.6.0" val playServicesVersion = "11.6.2"
resolvers += Resolver.jcenterRepo resolvers += Resolver.jcenterRepo
libraryDependencies ++= libraryDependencies ++=
"com.futuremind.recyclerfastscroll" % "fastscroll" % "0.2.5" :: "com.futuremind.recyclerfastscroll" % "fastscroll" % "0.2.5" ::
"com.evernote" % "android-job" % "1.2.0" :: "com.evernote" % "android-job" % "1.2.1" ::
"com.github.jorgecastilloprz" % "fabprogresscircle" % "1.01" :: "com.github.jorgecastilloprz" % "fabprogresscircle" % "1.01" ::
"com.google.android.gms" % "play-services-ads" % playServicesVersion :: "com.google.android.gms" % "play-services-ads" % playServicesVersion ::
"com.google.android.gms" % "play-services-analytics" % playServicesVersion :: "com.google.android.gms" % "play-services-analytics" % playServicesVersion ::
......
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