Skip to content

Commit 49204c2

Browse files
committed
bump kotlin to 2.1
1 parent 555e73b commit 49204c2

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ This is a fork of [PhilipsHue/flutter_reactive_ble](https://github.com/PhilipsHu
1212

1313
| Version | Changes |
1414
|---------|---------|
15-
| **5.6.0** | Android SDK 36, AGP 8.7.3, Kotlin 1.9.24, Java 17, Gradle 8.9, rxandroidble 1.19.0 |
15+
| **5.6.0** | Android SDK 36, AGP 8.7.3, Kotlin 2.1.0, Java 17, Gradle 8.9, rxandroidble 1.19.0 |
1616
| **5.5.0** | Dart 3 / Flutter 3 compatibility, protobuf 4.x |
1717

1818
**Why these changes are necessary:**
@@ -38,7 +38,7 @@ Setup melos to point to the dependencies in your local folder: `melos bootstrap`
3838

3939
### Android
4040

41-
Library requires Kotlin version `1.9.24` and Java 17.
41+
Library requires Kotlin version `2.1.0` and Java 17.
4242

4343
## Features
4444

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.7.3" apply false
22-
id "org.jetbrains.kotlin.android" version "1.9.24" apply false
22+
id "org.jetbrains.kotlin.android" version "2.1.0" apply false
2323
}
2424

2525
include ":app"

packages/flutter_reactive_ble/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
* Bump Android compileSdk and targetSdk to 36 for latest Flutter compatibility.
44
* Update Android Gradle Plugin to 8.7.3.
5-
* Update Kotlin to 1.9.24 and Gradle to 8.9.
5+
* Update Kotlin to 2.1.0 and Gradle to 8.9.
66

77
## 5.5.0
88

packages/reactive_ble_mobile/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
* Bump Android compileSdk and targetSdk to 36 for latest Flutter compatibility.
44
* Update Android Gradle Plugin to 8.7.3.
5-
* Update Kotlin to 1.9.24.
5+
* Update Kotlin to 2.1.0.
66
* Update Java compatibility to Java 17.
77
* Update rxandroidble to 1.19.0.
88
* Update Gradle wrapper to 8.9.

packages/reactive_ble_mobile/android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ version '1.0-SNAPSHOT'
33

44
buildscript {
55
ext.detekt_version = '1.23.7'
6-
ext.kotlin_version = '1.9.24'
6+
ext.kotlin_version = '2.1.0'
77
repositories {
88
google()
99
mavenCentral()

0 commit comments

Comments
 (0)