Skip to content

Commit 736eacd

Browse files
committed
Update demo app settings
1 parent 9c44af4 commit 736eacd

File tree

9 files changed

+14
-14
lines changed

9 files changed

+14
-14
lines changed

example/android/app/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ android {
3838

3939
defaultConfig {
4040
applicationId "com.linecorp.linesdk.sample"
41-
minSdkVersion 21
41+
minSdkVersion 24
4242
targetSdkVersion 31
4343
versionCode flutterVersionCode.toInteger()
4444
versionName flutterVersionName

example/ios/Podfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ require File.expand_path(File.join('packages', 'flutter_tools', 'bin', 'podhelpe
2828
flutter_ios_podfile_setup
2929

3030
target 'Runner' do
31-
platform :ios, '11.0'
31+
platform :ios, '13.0'
3232

3333
use_frameworks!
3434
use_modular_headers!

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.2):
3+
- flutter_line_sdk (2.3.5):
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: ec4b8b8ea31a7a373e3e2f7c11f46ad0f3c6135a
26+
flutter_line_sdk: fc7a2b0a187a756a28392b211b93245fc7da329b
2727
LineSDKSwift: 97d6306ca17ae41520f29eb5dff4077dd81f08b2
2828

29-
PODFILE CHECKSUM: 286cd794da909470ef132faa2b6b4260996f1599
29+
PODFILE CHECKSUM: cb7a516197ca76f65d1513c33c456d3d343ded6d
3030

3131
COCOAPODS: 1.12.1

example/ios/Runner.xcodeproj/project.pbxproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@
164164
97C146E61CF9000F007C117D /* Project object */ = {
165165
isa = PBXProject;
166166
attributes = {
167-
LastUpgradeCheck = 1300;
167+
LastUpgradeCheck = 1430;
168168
ORGANIZATIONNAME = "The Chromium Authors";
169169
TargetAttributes = {
170170
97C146ED1CF9000F007C117D = {

example/ios/Runner.xcodeproj/xcshareddata/xcschemes/Runner.xcscheme

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<Scheme
3-
LastUpgradeVersion = "1300"
3+
LastUpgradeVersion = "1430"
44
version = "1.3">
55
<BuildAction
66
parallelizeBuildables = "YES"

example/pubspec.lock

+3-3
Original file line numberDiff line numberDiff line change
@@ -45,10 +45,10 @@ packages:
4545
dependency: "direct main"
4646
description:
4747
name: cupertino_icons
48-
sha256: e35129dc44c9118cee2a5603506d823bab99c68393879edb440e0090d07586be
48+
sha256: d57953e10f9f8327ce64a508a355f0b1ec902193f66288e8cb5070e7c47eeb2d
4949
url: "https://pub.dev"
5050
source: hosted
51-
version: "1.0.5"
51+
version: "1.0.6"
5252
fake_async:
5353
dependency: transitive
5454
description:
@@ -68,7 +68,7 @@ packages:
6868
path: ".."
6969
relative: true
7070
source: path
71-
version: "2.3.4"
71+
version: "2.3.5"
7272
flutter_test:
7373
dependency: "direct dev"
7474
description: flutter

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.4+224
4+
version: 2.3.5+228
55

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

ios/flutter_line_sdk.podspec

+2-2
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.4'
3+
s.version = '2.3.5'
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.
@@ -17,5 +17,5 @@ A Flutter plugin using the LINE SDKs with Dart in Flutter apps.
1717
s.swift_version = "4.2"
1818
s.swift_versions = ['4.2', '5.0']
1919

20-
s.ios.deployment_target = '11.0'
20+
s.ios.deployment_target = '13.0'
2121
end

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

0 commit comments

Comments
 (0)