Skip to content

Commit d7ef823

Browse files
committed
feat: ext.kotlin_version = '2.1.0' targetSdk: 34
1 parent b72ec6f commit d7ef823

21 files changed

Lines changed: 21 additions & 21 deletions

File tree

packages/android_alarm_manager_plus/android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ group 'dev.fluttercommunity.plus.androidalarmmanager'
22
version '1.0-SNAPSHOT'
33

44
buildscript {
5-
ext.kotlin_version = '1.9.23'
5+
ext.kotlin_version = '2.1.0'
66
repositories {
77
google()
88
mavenCentral()

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ android {
4949
// TODO: Specify your own unique Application ID (https://developer.android.com/studio/build/application-id.html).
5050
applicationId "com.example.example"
5151
minSdk 21
52-
targetSdk 36
52+
targetSdk 34
5353
versionCode flutterVersionCode.toInteger()
5454
versionName flutterVersionName
5555
multiDexEnabled true

packages/android_alarm_manager_plus/example/android/settings.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ pluginManagement {
1919
plugins {
2020
id "dev.flutter.flutter-plugin-loader" version "1.0.0"
2121
id "com.android.application" version "8.6.0" apply false
22-
id "org.jetbrains.kotlin.android" version "1.9.23" apply false
22+
id "org.jetbrains.kotlin.android" version "2.1.0" apply false
2323
}
2424

2525
include ":app"

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ android {
4040
defaultConfig {
4141
applicationId "io.flutter.plugins.androidintentexample"
4242
minSdk 21
43-
targetSdk 36
43+
targetSdk 34
4444
multiDexEnabled true
4545

4646
versionCode flutterVersionCode.toInteger()

packages/android_intent_plus/example/android/settings.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ pluginManagement {
1919
plugins {
2020
id "dev.flutter.flutter-plugin-loader" version "1.0.0"
2121
id "com.android.application" version "8.6.0" apply false
22-
id "org.jetbrains.kotlin.android" version "1.9.23" apply false
22+
id "org.jetbrains.kotlin.android" version "2.1.0" apply false
2323
}
2424

2525
include ":app"

packages/battery_plus/battery_plus/android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ group 'dev.fluttercommunity.plus.battery'
22
version '1.0-SNAPSHOT'
33

44
buildscript {
5-
ext.kotlin_version = '1.9.23'
5+
ext.kotlin_version = '2.1.0'
66
repositories {
77
google()
88
mavenCentral()

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ android {
4949
// TODO: Specify your own unique Application ID (https://developer.android.com/studio/build/application-id.html).
5050
applicationId "io.flutter.plugins.batteryexample.example"
5151
minSdk 21
52-
targetSdk 36
52+
targetSdk 34
5353
versionCode flutterVersionCode.toInteger()
5454
versionName flutterVersionName
5555
}

packages/battery_plus/battery_plus/example/android/settings.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ pluginManagement {
1919
plugins {
2020
id "dev.flutter.flutter-plugin-loader" version "1.0.0"
2121
id "com.android.application" version "8.6.0" apply false
22-
id "org.jetbrains.kotlin.android" version "1.9.23" apply false
22+
id "org.jetbrains.kotlin.android" version "2.1.0" apply false
2323
}
2424

2525
include ":app"

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ android {
4444
defaultConfig {
4545
applicationId "io.flutter.plugins.connectivityexample"
4646
minSdk 21
47-
targetSdk 36
47+
targetSdk 34
4848
versionCode flutterVersionCode.toInteger()
4949
versionName flutterVersionName
5050
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"

packages/device_info_plus/device_info_plus/android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ group 'dev.fluttercommunity.plus.device_info'
22
version '1.0-SNAPSHOT'
33

44
buildscript {
5-
ext.kotlin_version = '1.9.23'
5+
ext.kotlin_version = '2.1.0'
66
repositories {
77
google()
88
mavenCentral()

0 commit comments

Comments
 (0)