File tree Expand file tree Collapse file tree 5 files changed +10
-4
lines changed Expand file tree Collapse file tree 5 files changed +10
-4
lines changed Original file line number Diff line number Diff line change 1+ ## 2.5.2
2+
3+ ### Fixed
4+
5+ * Update default build settings for Android. Now the build should run in a more stable way. [ #126 ] ( https://github.com/line/flutter_line_sdk/pull/126 )
6+
17## 2.5.1
28
39### Fixed
Original file line number Diff line number Diff line change @@ -68,7 +68,7 @@ packages:
6868 path: ".."
6969 relative: true
7070 source: path
71- version: "2.5.1 "
71+ version: "2.5.2 "
7272 flutter_test:
7373 dependency: "direct dev"
7474 description: flutter
Original file line number Diff line number Diff line change 11name : flutter_line_sdk_example
22description : Demonstrates how to use the flutter_line_sdk plugin.
33publish_to : ' none'
4- version : 2.5.1+277
4+ version : 2.5.2+284
55
66environment :
77 sdk : ' >=2.12.0 <4.0.0'
Original file line number Diff line number Diff line change 11Pod ::Spec . new do |s |
22 s . name = 'flutter_line_sdk'
3- s . version = '2.5.1 '
3+ s . version = '2.5.2 '
44 s . summary = 'A Flutter plugin for using the LINE SDKs with Dart in Flutter apps.'
55 s . description = <<-DESC
66A Flutter plugin using the LINE SDKs with Dart in Flutter apps. It provides the channel to use the native LINE SDK for
Original file line number Diff line number Diff line change 11name : flutter_line_sdk
22description : A Flutter plugin for using the LINE SDKs with Dart in Flutter apps.
3- version : 2.5.1
3+ version : 2.5.2
44homepage : https://developers.line.biz/
55repository : https://github.com/line/flutter_line_sdk/
66
You can’t perform that action at this time.
0 commit comments