Skip to content

Commit fb85aa8

Browse files
committed
Bump version to 2.3.3
1 parent 24c119f commit fb85aa8

File tree

5 files changed

+13
-6
lines changed

5 files changed

+13
-6
lines changed

CHANGELOG.md

+8-1
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,15 @@
1+
## 2.3.3
2+
3+
### Fixed
4+
5+
* The deprecated `jcenter` repository is removed from the Android part. Now this project uses the latest native LINE SDK on `mavenCentral`. [#80](https://github.com/line/flutter_line_sdk/pull/80)
6+
* Loosen the environment requirement of `dart` SDK to contain dart 3.x. [#82](https://github.com/line/flutter_line_sdk/pull/82)
7+
18
## 2.3.2
29

310
### Fixed
411

5-
* Upgrade Kotlin version and compile SDK version for Android native part. [73](https://github.com/line/flutter_line_sdk/pull/73)
12+
* Upgrade Kotlin version and compile SDK version for Android native part. [#73](https://github.com/line/flutter_line_sdk/pull/73)
613

714
## 2.3.1
815

example/pubspec.lock

+1-1
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ packages:
6868
path: ".."
6969
relative: true
7070
source: path
71-
version: "2.3.2"
71+
version: "2.3.3"
7272
flutter_test:
7373
dependency: "direct dev"
7474
description: flutter

example/pubspec.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
name: flutter_line_sdk_example
22
description: Demonstrates how to use the flutter_line_sdk plugin.
33
publish_to: 'none'
4-
version: 2.3.2+205
4+
version: 2.3.3+216
55

66
environment:
7-
sdk: '>=2.12.0 <3.0.0'
7+
sdk: '>=2.12.0 <4.0.0'
88

99
dependencies:
1010
flutter:

ios/flutter_line_sdk.podspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = 'flutter_line_sdk'
3-
s.version = '2.3.2'
3+
s.version = '2.3.3'
44
s.summary = 'A Flutter plugin for using the LINE SDKs with Dart in Flutter apps.'
55
s.description = <<-DESC
66
A Flutter plugin using the LINE SDKs with Dart in Flutter apps.

pubspec.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: flutter_line_sdk
22
description: A Flutter plugin for using the LINE SDKs with Dart in Flutter apps.
3-
version: 2.3.2
3+
version: 2.3.3
44
homepage: https://developers.line.biz/
55
repository: https://github.com/line/flutter_line_sdk/
66

0 commit comments

Comments
 (0)