Skip to content

Commit a5bdc05

Browse files
authored
feat!: bump Android SDK to version 34.0.0 (#17554)
Updates: https://firebase.google.com/support/release-notes/android
1 parent b44c965 commit a5bdc05

File tree

33 files changed

+33
-33
lines changed

33 files changed

+33
-33
lines changed

packages/cloud_firestore/cloud_firestore/android/local-config.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
ext {
22
compileSdk=34
3-
minSdk=21
3+
minSdk=23
44
targetSdk=34
55
javaVersion = JavaVersion.toVersion(17)
66
androidGradlePluginVersion = '8.3.0'

packages/cloud_firestore/cloud_firestore/example/android/app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ android {
4545
applicationId = "io.flutter.plugins.firebase.firestore.example"
4646
// You can update the following values to match your application needs.
4747
// For more information, see: https://docs.flutter.dev/deployment/android#reviewing-the-gradle-build-configuration.
48-
minSdk = flutter.minSdkVersion
48+
minSdk = 23
4949
targetSdk = flutter.targetSdkVersion
5050
versionCode = flutterVersionCode.toInteger()
5151
versionName = flutterVersionName

packages/cloud_functions/cloud_functions/android/local-config.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
ext {
22
compileSdk=34
3-
minSdk=21
3+
minSdk=23
44
targetSdk=34
55
javaVersion = JavaVersion.toVersion(17)
66
androidGradlePluginVersion = '8.3.0'

packages/cloud_functions/cloud_functions/example/android/app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ android {
4545
applicationId = "io.flutter.plugins.firebase.functions.example"
4646
// You can update the following values to match your application needs.
4747
// For more information, see: https://docs.flutter.dev/deployment/android#reviewing-the-gradle-build-configuration.
48-
minSdk = flutter.minSdkVersion
48+
minSdk = 23
4949
targetSdk = flutter.targetSdkVersion
5050
versionCode = flutterVersionCode.toInteger()
5151
versionName = flutterVersionName

packages/firebase_analytics/firebase_analytics/android/local-config.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
ext {
22
compileSdk=34
3-
minSdk=21
3+
minSdk=23
44
targetSdk=34
55
javaVersion = JavaVersion.toVersion(17)
66
androidGradlePluginVersion = '8.3.0'

packages/firebase_analytics/firebase_analytics/example/android/app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ android {
4545
applicationId = "io.flutter.plugins.firebase.analytics.example"
4646
// You can update the following values to match your application needs.
4747
// For more information, see: https://docs.flutter.dev/deployment/android#reviewing-the-gradle-build-configuration.
48-
minSdk = flutter.minSdkVersion
48+
minSdk = 23
4949
targetSdk = flutter.targetSdkVersion
5050
versionCode = flutterVersionCode.toInteger()
5151
versionName = flutterVersionName

packages/firebase_app_check/firebase_app_check/android/local-config.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
ext {
22
compileSdk=34
3-
minSdk=21
3+
minSdk=23
44
targetSdk=34
55
javaVersion = JavaVersion.toVersion(17)
66
androidGradlePluginVersion = '8.3.0'

packages/firebase_app_check/firebase_app_check/example/android/app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ android {
4545
applicationId = "io.flutter.plugins.firebase.appcheck.example"
4646
// You can update the following values to match your application needs.
4747
// For more information, see: https://docs.flutter.dev/deployment/android#reviewing-the-gradle-build-configuration.
48-
minSdk = flutter.minSdkVersion
48+
minSdk = 23
4949
targetSdk = flutter.targetSdkVersion
5050
versionCode = flutterVersionCode.toInteger()
5151
versionName = flutterVersionName

packages/firebase_app_installations/firebase_app_installations/android/local-config.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
ext {
22
compileSdk=34
3-
minSdk=21
3+
minSdk=23
44
targetSdk=34
55
javaVersion = JavaVersion.toVersion(17)
66
androidGradlePluginVersion = '8.3.0'

packages/firebase_app_installations/firebase_app_installations/example/android/app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ android {
4545
applicationId = "io.flutter.plugins.firebase.installations.example"
4646
// You can update the following values to match your application needs.
4747
// For more information, see: https://docs.flutter.dev/deployment/android#reviewing-the-gradle-build-configuration.
48-
minSdk = flutter.minSdkVersion
48+
minSdk = 23
4949
targetSdk = flutter.targetSdkVersion
5050
versionCode = flutterVersionCode.toInteger()
5151
versionName = flutterVersionName

0 commit comments

Comments
 (0)