A plugin to process google-services.json for sbt-android
add to project/plugins.sbt
:
addSbtPlugin("org.scala-android" % "sbt-android-gms" % "0.3")
add to build.sbt
:
enablePlugins(AndroidGms)
Performs the same function as com.google.gms:google-services:3.0.0
- adds
firebase-core
orplay-services-measurement
to your project, depending on versionplay-services
version used - processes
google-services.json
for various api keys and settings and generates resources in the correct locations as expected by the Google services.