Skip to content

Commit abeaa65

Browse files
committed
Bump version and add release note
1 parent 5f98af6 commit abeaa65

File tree

6 files changed

+26
-20
lines changed

6 files changed

+26
-20
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## 2.3.6
2+
3+
### Fixed
4+
5+
* Upgrade the wrapped Android LINE SDK version. Algin its `minSdk` and `compileSdk` to the native SDK. [#87](https://github.com/line/flutter_line_sdk/pull/87/files)
6+
17
## 2.3.5
28

39
### Fixed

example/ios/Podfile.lock

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
PODS:
22
- Flutter (1.0.0)
3-
- flutter_line_sdk (2.3.5):
3+
- flutter_line_sdk (2.3.6):
44
- Flutter
55
- LineSDKSwift (~> 5.3)
66
- LineSDKSwift (5.9.0):
@@ -23,9 +23,9 @@ EXTERNAL SOURCES:
2323

2424
SPEC CHECKSUMS:
2525
Flutter: f04841e97a9d0b0a8025694d0796dd46242b2854
26-
flutter_line_sdk: fc7a2b0a187a756a28392b211b93245fc7da329b
26+
flutter_line_sdk: 76198d6c56481253ffda5af6dc8632d1f0c7db67
2727
LineSDKSwift: 97d6306ca17ae41520f29eb5dff4077dd81f08b2
2828

2929
PODFILE CHECKSUM: cb7a516197ca76f65d1513c33c456d3d343ded6d
3030

31-
COCOAPODS: 1.12.1
31+
COCOAPODS: 1.14.2

example/pubspec.lock

+14-14
Original file line numberDiff line numberDiff line change
@@ -37,10 +37,10 @@ packages:
3737
dependency: transitive
3838
description:
3939
name: collection
40-
sha256: f092b211a4319e98e5ff58223576de6c2803db36221657b46c82574721240687
40+
sha256: ee67cb0715911d28db6bf4af1026078bd6f0128b07a5f66fb2ed94ec6783c09a
4141
url: "https://pub.dev"
4242
source: hosted
43-
version: "1.17.2"
43+
version: "1.18.0"
4444
cupertino_icons:
4545
dependency: "direct main"
4646
description:
@@ -68,7 +68,7 @@ packages:
6868
path: ".."
6969
relative: true
7070
source: path
71-
version: "2.3.5"
71+
version: "2.3.6"
7272
flutter_test:
7373
dependency: "direct dev"
7474
description: flutter
@@ -94,10 +94,10 @@ packages:
9494
dependency: transitive
9595
description:
9696
name: meta
97-
sha256: "3c74dbf8763d36539f114c799d8a2d87343b5067e9d796ca22b5eb8437090ee3"
97+
sha256: a6e590c838b18133bb482a2745ad77c5bb7715fb0451209e1a7567d416678b8e
9898
url: "https://pub.dev"
9999
source: hosted
100-
version: "1.9.1"
100+
version: "1.10.0"
101101
path:
102102
dependency: transitive
103103
description:
@@ -123,18 +123,18 @@ packages:
123123
dependency: transitive
124124
description:
125125
name: stack_trace
126-
sha256: c3c7d8edb15bee7f0f74debd4b9c5f3c2ea86766fe4178eb2a18eb30a0bdaed5
126+
sha256: "73713990125a6d93122541237550ee3352a2d84baad52d375a4cad2eb9b7ce0b"
127127
url: "https://pub.dev"
128128
source: hosted
129-
version: "1.11.0"
129+
version: "1.11.1"
130130
stream_channel:
131131
dependency: transitive
132132
description:
133133
name: stream_channel
134-
sha256: "83615bee9045c1d322bbbd1ba209b7a749c2cbcdcb3fdd1df8eb488b3279c1c8"
134+
sha256: ba2aa5d8cc609d96bbb2899c28934f9e1af5cddbd60a827822ea467161eb54e7
135135
url: "https://pub.dev"
136136
source: hosted
137-
version: "2.1.1"
137+
version: "2.1.2"
138138
string_scanner:
139139
dependency: transitive
140140
description:
@@ -155,10 +155,10 @@ packages:
155155
dependency: transitive
156156
description:
157157
name: test_api
158-
sha256: "75760ffd7786fffdfb9597c35c5b27eaeec82be8edfb6d71d32651128ed7aab8"
158+
sha256: "5c2f730018264d276c20e4f1503fd1308dfbbae39ec8ee63c5236311ac06954b"
159159
url: "https://pub.dev"
160160
source: hosted
161-
version: "0.6.0"
161+
version: "0.6.1"
162162
vector_math:
163163
dependency: transitive
164164
description:
@@ -171,10 +171,10 @@ packages:
171171
dependency: transitive
172172
description:
173173
name: web
174-
sha256: dc8ccd225a2005c1be616fe02951e2e342092edf968cf0844220383757ef8f10
174+
sha256: afe077240a270dcfd2aafe77602b4113645af95d0ad31128cc02bce5ac5d5152
175175
url: "https://pub.dev"
176176
source: hosted
177-
version: "0.1.4-beta"
177+
version: "0.3.0"
178178
sdks:
179-
dart: ">=3.1.0-185.0.dev <4.0.0"
179+
dart: ">=3.2.0-194.0.dev <4.0.0"
180180
flutter: ">=1.12.0"

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.5+228
4+
version: 2.3.6+235
55

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

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.5'
3+
s.version = '2.3.6'
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.5
3+
version: 2.3.6
44
homepage: https://developers.line.biz/
55
repository: https://github.com/line/flutter_line_sdk/
66

0 commit comments

Comments
 (0)