Skip to content

Commit 512cb06

Browse files
committed
Update dependencies
1 parent 3d069b1 commit 512cb06

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

mobile/build.sbt

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -23,27 +23,27 @@ proguardOptions ++=
2323
"-keep public class com.evernote.android.job.JobRescheduleService" ::
2424
Nil
2525

26-
val playServicesVersion = "11.0.4"
26+
val playServicesVersion = "11.2.0"
2727
resolvers += Resolver.jcenterRepo
2828
libraryDependencies ++=
2929
"com.futuremind.recyclerfastscroll" % "fastscroll" % "0.2.5" ::
30-
"com.evernote" % "android-job" % "1.2.0-alpha3" ::
30+
"com.evernote" % "android-job" % "1.2.0-alpha4" ::
3131
"com.github.jorgecastilloprz" % "fabprogresscircle" % "1.01" ::
3232
"com.google.android.gms" % "play-services-ads" % playServicesVersion ::
3333
"com.google.android.gms" % "play-services-analytics" % playServicesVersion ::
3434
"com.google.android.gms" % "play-services-gcm" % playServicesVersion ::
3535
"com.google.firebase" % "firebase-config" % playServicesVersion ::
3636
"com.j256.ormlite" % "ormlite-android" % "5.0" ::
3737
"com.mikepenz" % "crossfader" % "1.5.0" ::
38-
"com.mikepenz" % "fastadapter" % "2.6.2" ::
39-
"com.mikepenz" % "iconics-core" % "2.8.9" ::
40-
"com.mikepenz" % "materialdrawer" % "5.9.4" ::
38+
"com.mikepenz" % "fastadapter" % "2.6.3" ::
39+
"com.mikepenz" % "iconics-core" % "2.9.3" ::
40+
"com.mikepenz" % "materialdrawer" % "5.9.5" ::
4141
"com.mikepenz" % "materialize" % "1.0.3" ::
4242
"com.squareup.okhttp3" % "okhttp" % "3.8.1" ::
4343
"com.twofortyfouram" % "android-plugin-api-for-locale" % "1.0.2" ::
4444
"dnsjava" % "dnsjava" % "2.1.8" ::
4545
"eu.chainfire" % "libsuperuser" % "1.0.0.201704021214" ::
46-
"me.dm7.barcodescanner" % "zxing" % "1.9.3" ::
46+
"me.dm7.barcodescanner" % "zxing" % "1.9.8" ::
4747
"net.glxn.qrgen" % "android" % "2.0" ::
4848
Nil
4949

project/plugins.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
addSbtPlugin("org.scala-android" % "sbt-android" % "1.7.8")
1+
addSbtPlugin("org.scala-android" % "sbt-android" % "1.7.9")
22

33
addSbtPlugin("com.timushev.sbt" % "sbt-updates" % "0.1.10")
44

0 commit comments

Comments
 (0)