Skip to content

Commit

Permalink
Merge pull request #1120 from joranbeasley/patch-1
Browse files Browse the repository at this point in the history
fix google-services version
  • Loading branch information
robertarnesson authored Jan 19, 2024
2 parents dc7ff1b + e88e619 commit 59552ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ buildscript {
}
dependencies {
classpath 'com.android.tools.build:gradle:+'
classpath 'com.google.gms:google-services:4.1.0'
classpath 'com.google.gms:google-services:4.2.0'
}
}
repositories {
Expand Down

0 comments on commit 59552ea

Please sign in to comment.