Commit 118cea9f authored by Mygod's avatar Mygod

Add play-services-gcm

This is needed so that Android-Job will use GcmNetworkManager if GCM is installed on user's device. (for KitKat only)
parent 5b1ae13f
...@@ -40,6 +40,7 @@ libraryDependencies ++= Seq( ...@@ -40,6 +40,7 @@ libraryDependencies ++= Seq(
"com.github.kevinsawicki" % "http-request" % "6.0", "com.github.kevinsawicki" % "http-request" % "6.0",
"com.google.android.gms" % "play-services-ads" % "9.6.1", "com.google.android.gms" % "play-services-ads" % "9.6.1",
"com.google.android.gms" % "play-services-analytics" % "9.6.1", "com.google.android.gms" % "play-services-analytics" % "9.6.1",
"com.google.android.gms" % "play-services-gcm" % "9.6.1",
"com.j256.ormlite" % "ormlite-android" % "5.0", "com.j256.ormlite" % "ormlite-android" % "5.0",
"com.twofortyfouram" % "android-plugin-api-for-locale" % "1.0.2", "com.twofortyfouram" % "android-plugin-api-for-locale" % "1.0.2",
"dnsjava" % "dnsjava" % "2.1.7", "dnsjava" % "dnsjava" % "2.1.7",
......
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