Skip to content
This repository has been archived by the owner on Apr 7, 2022. It is now read-only.

Commit

Permalink
Update play services.
Browse files Browse the repository at this point in the history
Update should fix "IllegalArgumentException : Service not registered" exception

firebase/firebase-android-sdk#1662
  • Loading branch information
Tomáš Chlápek committed Sep 25, 2020
1 parent 7885744 commit 533a774
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -167,10 +167,10 @@ dependencies {

// Play Services
implementation 'com.google.android.play:core:1.8.0'
implementation 'com.google.android.gms:play-services-base:17.3.0'
implementation 'com.google.android.gms:play-services-basement:17.3.0'
implementation 'com.google.android.gms:play-services-base:17.4.0'
implementation 'com.google.android.gms:play-services-basement:17.4.0'
implementation 'com.google.android.gms:play-services-safetynet:17.0.0'
implementation 'com.google.android.gms:play-services-tasks:17.1.0'
implementation 'com.google.android.gms:play-services-tasks:17.2.0'

implementation 'androidx.legacy:legacy-support-v4:1.0.0'
implementation 'androidx.lifecycle:lifecycle-extensions:2.2.0'
Expand Down

0 comments on commit 533a774

Please sign in to comment.