Skip to content

Instantly share code, notes, and snippets.

@abhinav37
Last active January 16, 2019 08:46
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save abhinav37/a546cca97c55b74f80d74e82ed053e0f to your computer and use it in GitHub Desktop.
Save abhinav37/a546cca97c55b74f80d74e82ed053e0f to your computer and use it in GitHub Desktop.
implementation "com.google.android.gms:play-services-auth:${play_service_auth_version}"
implementation "com.google.android.gms:play-services-vision:${play_service_vision_version}"
implementation "com.google.firebase:firebase-core:${firebase_version}"
implementation "com.google.firebase:firebase-database:${firebase_version}"
Corresponding following updated version
play_service_version=11.4.2
play_service_auth_version=16.0.1
play_service_vision_version=17.2.0
firebase_version=16.0.5
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment