Skip to content

Commit e891fab

Browse files
authored
feat(android): Bump compileSdk version of Android plugins to latest stable (34) (#12566)
1 parent 00ae837 commit e891fab

29 files changed

Lines changed: 29 additions & 29 deletions

File tree

packages/cloud_firestore/cloud_firestore/android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ android {
4040
namespace 'io.flutter.plugins.firebase.firestore'
4141
}
4242

43-
compileSdk 33
43+
compileSdk 34
4444

4545
defaultConfig {
4646
minSdk 19

packages/cloud_functions/cloud_functions/android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ android {
4040
namespace 'io.flutter.plugins.firebase.functions'
4141
}
4242

43-
compileSdk 33
43+
compileSdk 34
4444

4545
defaultConfig {
4646
minSdk 19

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ apply from: "$flutterRoot/packages/flutter_tools/gradle/flutter.gradle"
2727
android {
2828
namespace 'io.flutter.plugins.firebase.functions.example'
2929

30-
compileSdk 33
30+
compileSdk 34
3131

3232
defaultConfig {
3333
applicationId "io.flutter.plugins.firebase.functions.example"

packages/firebase_analytics/firebase_analytics/android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ android {
4040
namespace 'io.flutter.plugins.firebase.analytics'
4141
}
4242

43-
compileSdk 33
43+
compileSdk 34
4444

4545
defaultConfig {
4646
minSdk 19

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ apply plugin: 'com.google.gms.google-services'
2828
android {
2929
namespace 'io.flutter.plugins.firebase.analytics.example'
3030

31-
compileSdk 33
31+
compileSdk 34
3232

3333
defaultConfig {
3434
applicationId "io.flutter.plugins.firebase.analytics.example"

packages/firebase_app_check/firebase_app_check/android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ android {
4040
namespace 'io.flutter.plugins.firebase.appcheck'
4141
}
4242

43-
compileSdk 33
43+
compileSdk 34
4444

4545
defaultConfig {
4646
minSdk 19

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
@@ -30,7 +30,7 @@ apply from: "$flutterRoot/packages/flutter_tools/gradle/flutter.gradle"
3030
android {
3131
namespace "io.flutter.plugins.firebase.appcheck.example"
3232

33-
compileSdk 33
33+
compileSdk 34
3434

3535
defaultConfig {
3636
applicationId "io.flutter.plugins.firebase.appcheck.example"

packages/firebase_app_installations/firebase_app_installations/android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ android {
4040
namespace 'io.flutter.plugins.firebase.installations.firebase_app_installations'
4141
}
4242

43-
compileSdk 33
43+
compileSdk 34
4444

4545
defaultConfig {
4646
minSdk 19

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
@@ -29,7 +29,7 @@ apply from: "$flutterRoot/packages/flutter_tools/gradle/flutter.gradle"
2929
android {
3030
namespace 'io.flutter.plugins.firebase.installations.example'
3131

32-
compileSdk 33
32+
compileSdk 34
3333

3434
defaultConfig {
3535
// TODO: Specify your own unique Application ID (https://developer.android.com/studio/build/application-id.html).

packages/firebase_auth/firebase_auth/android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ android {
4040
namespace 'io.flutter.plugins.firebase.auth'
4141
}
4242

43-
compileSdk 33
43+
compileSdk 34
4444

4545
defaultConfig {
4646
minSdk 19

0 commit comments

Comments
 (0)