Skip to content

Commit 9cf407e

Browse files
committed
Upgrade version
1 parent 122e15c commit 9cf407e

File tree

5 files changed

+10
-4
lines changed

5 files changed

+10
-4
lines changed

Diff for: CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## 2.3.2
2+
3+
### Fixed
4+
5+
* Upgrade Kotlin version and compile SDK version for Android native part. [73](https://github.com/line/flutter_line_sdk/pull/73)
6+
17
## 2.3.1
28

39
### Fixed

Diff for: 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.1"
71+
version: "2.3.2"
7272
flutter_test:
7373
dependency: "direct dev"
7474
description: flutter

Diff for: example/pubspec.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
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.1+197
4+
version: 2.3.2+205
55

66
environment:
77
sdk: '>=2.12.0 <3.0.0'

Diff for: 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.1'
3+
s.version = '2.3.2'
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.

Diff for: 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.1
3+
version: 2.3.2
44
homepage: https://developers.line.biz/
55
repository: https://github.com/line/flutter_line_sdk/
66

0 commit comments

Comments
 (0)