Skip to content

Commit 2465b4d

Browse files
committed
fix android build
1 parent e3b7067 commit 2465b4d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

example/android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ buildscript {
88
dependencies {
99
classpath 'com.android.tools.build:gradle:7.3.0'
1010
// START: FlutterFire Configuration
11-
classpath 'com.google.gms:google-services:4.3.10'
11+
classpath 'com.google.gms:google-services:4.3.14'
1212
// END: FlutterFire Configuration
1313
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
1414
}

0 commit comments

Comments
 (0)