Skip to content

Commit

Permalink
feat(android): Bump compileSdk version of Android plugins to latest…
Browse files Browse the repository at this point in the history
… stable (34) (#12566)
  • Loading branch information
Lyokone committed Apr 2, 2024
1 parent 00ae837 commit e891fab
Show file tree
Hide file tree
Showing 29 changed files with 29 additions and 29 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ android {
namespace 'io.flutter.plugins.firebase.firestore'
}

compileSdk 33
compileSdk 34

defaultConfig {
minSdk 19
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ android {
namespace 'io.flutter.plugins.firebase.functions'
}

compileSdk 33
compileSdk 34

defaultConfig {
minSdk 19
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ apply from: "$flutterRoot/packages/flutter_tools/gradle/flutter.gradle"
android {
namespace 'io.flutter.plugins.firebase.functions.example'

compileSdk 33
compileSdk 34

defaultConfig {
applicationId "io.flutter.plugins.firebase.functions.example"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ android {
namespace 'io.flutter.plugins.firebase.analytics'
}

compileSdk 33
compileSdk 34

defaultConfig {
minSdk 19
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ apply plugin: 'com.google.gms.google-services'
android {
namespace 'io.flutter.plugins.firebase.analytics.example'

compileSdk 33
compileSdk 34

defaultConfig {
applicationId "io.flutter.plugins.firebase.analytics.example"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ android {
namespace 'io.flutter.plugins.firebase.appcheck'
}

compileSdk 33
compileSdk 34

defaultConfig {
minSdk 19
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ apply from: "$flutterRoot/packages/flutter_tools/gradle/flutter.gradle"
android {
namespace "io.flutter.plugins.firebase.appcheck.example"

compileSdk 33
compileSdk 34

defaultConfig {
applicationId "io.flutter.plugins.firebase.appcheck.example"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ android {
namespace 'io.flutter.plugins.firebase.installations.firebase_app_installations'
}

compileSdk 33
compileSdk 34

defaultConfig {
minSdk 19
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ apply from: "$flutterRoot/packages/flutter_tools/gradle/flutter.gradle"
android {
namespace 'io.flutter.plugins.firebase.installations.example'

compileSdk 33
compileSdk 34

defaultConfig {
// TODO: Specify your own unique Application ID (https://developer.android.com/studio/build/application-id.html).
Expand Down
2 changes: 1 addition & 1 deletion packages/firebase_auth/firebase_auth/android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ android {
namespace 'io.flutter.plugins.firebase.auth'
}

compileSdk 33
compileSdk 34

defaultConfig {
minSdk 19
Expand Down
2 changes: 1 addition & 1 deletion packages/firebase_core/firebase_core/android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ android {
namespace 'io.flutter.plugins.firebase.core'
}

compileSdk 33
compileSdk 34

defaultConfig {
minSdk 19
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ android {
namespace 'io.flutter.plugins.firebase.crashlytics'
}

compileSdk 33
compileSdk 34

defaultConfig {
minSdk 19
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ apply from: "$flutterRoot/packages/flutter_tools/gradle/flutter.gradle"
android {
namespace 'io.flutter.plugins.firebasecrashlyticsexample'

compileSdk 33
compileSdk 34

defaultConfig {
applicationId 'io.flutter.plugins.firebasecrashlyticsexample'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ android {
namespace 'io.flutter.plugins.firebase.database'
}

compileSdk 33
compileSdk 34

defaultConfig {
minSdk 19
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ apply from: "$flutterRoot/packages/flutter_tools/gradle/flutter.gradle"
android {
namespace 'io.flutter.plugins.firebase.database.example'

compileSdk 33
compileSdk 34

defaultConfig {
applicationId 'io.flutter.plugins.firebase.database.example'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ android {
namespace 'io.flutter.plugins.firebase.dynamiclinks'
}

compileSdk 33
compileSdk 34

defaultConfig {
minSdk 19
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ apply from: "$flutterRoot/packages/flutter_tools/gradle/flutter.gradle"
android {
namespace 'io.flutter.plugins.firebase.dynamiclinksexample'

compileSdk 33
compileSdk 34

defaultConfig {
applicationId "io.flutter.plugins.firebase.dynamiclinksexample"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ android {
namespace 'io.flutter.plugins.firebase.inappmessaging'
}

compileSdk 33
compileSdk 34

defaultConfig {
minSdk 19
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ apply from: "$flutterRoot/packages/flutter_tools/gradle/flutter.gradle"
android {
namespace 'io.flutter.plugins.firebase.tests'

compileSdk 33
compileSdk 34

defaultConfig {
applicationId "io.flutter.plugins.firebase.tests"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ android {
namespace 'io.flutter.plugins.firebase.messaging'
}

compileSdk 33
compileSdk 34

defaultConfig {
minSdk 19
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ apply from: "$flutterRoot/packages/flutter_tools/gradle/flutter.gradle"
android {
namespace 'io.flutter.plugins.firebase.messaging.example'

compileSdk 33
compileSdk 34

defaultConfig {
applicationId "io.flutter.plugins.firebase.messaging.example"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ android {
namespace 'io.flutter.plugins.firebase.firebase_ml_model_downloader'
}

compileSdk 33
compileSdk 34

defaultConfig {
minSdk 19
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ apply from: "$flutterRoot/packages/flutter_tools/gradle/flutter.gradle"
android {
namespace 'io.flutter.plugins.firebase.tests'

compileSdk 33
compileSdk 34

defaultConfig {
applicationId "io.flutter.plugins.firebase.tests"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ android {
namespace 'io.flutter.plugins.firebase.performance'
}

compileSdk 33
compileSdk 34

defaultConfig {
minSdk 19
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ apply from: "$flutterRoot/packages/flutter_tools/gradle/flutter.gradle"
android {
namespace 'io.flutter.plugins.firebase.tests'

compileSdk 33
compileSdk 34

defaultConfig {
applicationId "io.flutter.plugins.firebase.tests"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ android {
namespace 'io.flutter.plugins.firebase.firebaseremoteconfig'
}

compileSdk 33
compileSdk 34

defaultConfig {
minSdk 19
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ apply from: "$flutterRoot/packages/flutter_tools/gradle/flutter.gradle"
android {
namespace 'io.flutter.plugins.firebase.remoteconfig.example'

compileSdk 33
compileSdk 34

defaultConfig {
applicationId "io.flutter.plugins.firebase.remoteconfig.example"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ android {
namespace 'io.flutter.plugins.firebase.storage'
}

compileSdk 33
compileSdk 34

defaultConfig {
minSdk 19
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ apply from: "$flutterRoot/packages/flutter_tools/gradle/flutter.gradle"
android {
namespace 'io.flutter.plugins.firebasestorageexample'

compileSdk 33
compileSdk 34

defaultConfig {
applicationId 'io.flutter.plugins.firebasestorageexample'
Expand Down

0 comments on commit e891fab

Please sign in to comment.