Skip to content

Commit 46ed3e3

Browse files
committed
Bump compile sdk version
1 parent 157e2e1 commit 46ed3e3

File tree

21 files changed

+23
-23
lines changed

21 files changed

+23
-23
lines changed

packages/camera/camera_android/android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ android {
3131
if (project.android.hasProperty("namespace")) {
3232
namespace 'io.flutter.plugins.camera'
3333
}
34-
compileSdkVersion 33
34+
compileSdkVersion 34
3535

3636
defaultConfig {
3737
minSdkVersion 21

packages/camera/camera_android_camerax/android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ android {
2727
namespace 'io.flutter.plugins.camerax'
2828
}
2929
// CameraX dependencies require compilation against version 33 or later.
30-
compileSdkVersion 33
30+
compileSdkVersion 34
3131

3232
compileOptions {
3333
sourceCompatibility JavaVersion.VERSION_1_8

packages/espresso/android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ android {
2626
if (project.android.hasProperty("namespace")) {
2727
namespace 'com.example.espresso'
2828
}
29-
compileSdkVersion 33
29+
compileSdkVersion 34
3030

3131
defaultConfig {
3232
minSdkVersion 16

packages/file_selector/file_selector_android/android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ android {
2626
if (project.android.hasProperty("namespace")) {
2727
namespace 'dev.flutter.packages.file_selector_android'
2828
}
29-
compileSdkVersion 33
29+
compileSdkVersion 34
3030

3131
compileOptions {
3232
sourceCompatibility JavaVersion.VERSION_1_8

packages/flutter_plugin_android_lifecycle/android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ android {
2626
if (project.android.hasProperty("namespace")) {
2727
namespace 'io.flutter.plugins.flutter_plugin_android_lifecycle'
2828
}
29-
compileSdkVersion 33
29+
compileSdkVersion 34
3030

3131
defaultConfig {
3232
minSdkVersion 16

packages/google_maps_flutter/google_maps_flutter_android/android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ android {
2626
if (project.android.hasProperty("namespace")) {
2727
namespace 'io.flutter.plugins.googlemaps'
2828
}
29-
compileSdkVersion 33
29+
compileSdkVersion 34
3030

3131
defaultConfig {
3232
minSdkVersion 20

packages/google_sign_in/google_sign_in_android/android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ android {
2626
if (project.android.hasProperty("namespace")) {
2727
namespace 'io.flutter.plugins.googlesignin'
2828
}
29-
compileSdkVersion 33
29+
compileSdkVersion 34
3030

3131
defaultConfig {
3232
minSdkVersion 16

packages/image_picker/image_picker_android/android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ android {
2626
if (project.android.hasProperty("namespace")) {
2727
namespace 'io.flutter.plugins.imagepicker'
2828
}
29-
compileSdkVersion 33
29+
compileSdkVersion 34
3030

3131
defaultConfig {
3232
minSdkVersion 16

packages/in_app_purchase/in_app_purchase_android/android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ android {
2626
if (project.android.hasProperty("namespace")) {
2727
namespace 'io.flutter.plugins.inapppurchase'
2828
}
29-
compileSdkVersion 33
29+
compileSdkVersion 34
3030

3131
defaultConfig {
3232
minSdkVersion 16

packages/local_auth/local_auth_android/android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ android {
2626
if (project.android.hasProperty("namespace")) {
2727
namespace 'io.flutter.plugins.localauth'
2828
}
29-
compileSdkVersion 33
29+
compileSdkVersion 34
3030

3131
defaultConfig {
3232
minSdkVersion 16

0 commit comments

Comments
 (0)