Skip to content

Commit

Permalink
chore(all): Update Android compileSDK to 34 (#2051)
Browse files Browse the repository at this point in the history
  • Loading branch information
Faiizii authored Oct 3, 2023
1 parent 8c6eb0f commit f73bf44
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion packages/android_alarm_manager_plus/android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ rootProject.allprojects {
apply plugin: 'com.android.library'

android {
compileSdkVersion 31
compileSdkVersion 34

namespace 'dev.fluttercommunity.plus.androidalarmmanager'

Expand Down
2 changes: 1 addition & 1 deletion packages/android_intent_plus/android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ rootProject.allprojects {
apply plugin: 'com.android.library'

android {
compileSdkVersion 33
compileSdkVersion 34

namespace 'dev.fluttercommunity.plus.androidintent'

Expand Down
2 changes: 1 addition & 1 deletion packages/battery_plus/battery_plus/android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ apply plugin: 'com.android.library'
apply plugin: 'kotlin-android'

android {
compileSdkVersion 33
compileSdkVersion 34

namespace 'dev.fluttercommunity.plus.battery'

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ rootProject.allprojects {
apply plugin: 'com.android.library'

android {
compileSdkVersion 33
compileSdkVersion 34

namespace 'dev.fluttercommunity.plus.connectivity'

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ apply plugin: 'com.android.library'
apply plugin: 'kotlin-android'

android {
compileSdkVersion 33
compileSdkVersion 34

namespace 'dev.fluttercommunity.plus.device_info'

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ apply plugin: 'com.android.library'
apply plugin: 'kotlin-android'

android {
compileSdkVersion 33
compileSdkVersion 34

namespace 'dev.fluttercommunity.plus.network_info'

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ apply plugin: 'com.android.library'
apply plugin: 'kotlin-android'

android {
compileSdkVersion 33
compileSdkVersion 34

namespace 'dev.fluttercommunity.plus.packageinfo'

Expand Down
2 changes: 1 addition & 1 deletion packages/sensors_plus/sensors_plus/android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ apply plugin: 'com.android.library'
apply plugin: 'kotlin-android'

android {
compileSdkVersion 33
compileSdkVersion 34

namespace 'dev.fluttercommunity.plus.sensors'

Expand Down
2 changes: 1 addition & 1 deletion packages/share_plus/share_plus/android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ apply plugin: 'com.android.library'
apply plugin: 'kotlin-android'

android {
compileSdkVersion 33
compileSdkVersion 34

namespace 'dev.fluttercommunity.plus.share'

Expand Down

0 comments on commit f73bf44

Please sign in to comment.