Skip to content

Commit

Permalink
Update Google Services plugin to 4.4.2
Browse files Browse the repository at this point in the history
This commit updates the Google Services Gradle plugin to version 4.4.2, which is required for Firebase integration.

Signed-off-by: Dmytro Turskyi <dmytro.turskyi@gmail.com>
  • Loading branch information
Turskyi committed Jan 23, 2025
1 parent 8626209 commit 6de40af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ https://play.google.com/console/u/0/developers/6867856033872987263/app/497404502
classpath "com.google.dagger:hilt-android-gradle-plugin:$hiltVersion"

// Google Services plugin (required for firebase)
classpath 'com.google.gms:google-services:4.3.15'
classpath 'com.google.gms:google-services:4.4.2'

// firebase
classpath 'com.google.firebase:firebase-crashlytics-gradle:2.9.5'
Expand Down

0 comments on commit 6de40af

Please sign in to comment.