Skip to content

Commit 0cb8b91

Browse files
authored
feat: bump Firebase android SDK to 33.11.0 (#17217)
* feat: bump Firebase android SDK to 33.11.0 * chore: fix android tests build in ci
1 parent bbf618d commit 0cb8b91

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
# https://firebase.google.com/support/release-notes/android
2-
FirebaseSDKVersion=33.9.0
2+
FirebaseSDKVersion=33.11.0

tests/android/app/build.gradle

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,10 @@ android {
3333
targetCompatibility = JavaVersion.VERSION_1_8
3434
}
3535

36+
kotlinOptions {
37+
jvmTarget = JavaVersion.VERSION_1_8
38+
}
39+
3640
defaultConfig {
3741
applicationId = "io.flutter.plugins.firebase.tests"
3842
// auth requires minSdk 23

tests/android/settings.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ pluginManagement {
1919
plugins {
2020
id "dev.flutter.flutter-plugin-loader" version "1.0.0"
2121
id "com.android.application" version "8.1.0" apply false
22-
id "org.jetbrains.kotlin.android" version "1.7.10" apply false
22+
id "org.jetbrains.kotlin.android" version "1.9.0" apply false
2323
}
2424

2525
include ":app"

0 commit comments

Comments
 (0)