Skip to content
This repository was archived by the owner on Oct 5, 2020. It is now read-only.

Commit cf10ecd

Browse files
authored
Merge pull request #11 from chirp/upgrade-chirp-sdk
Upgrade Chirp SDK [v0.4.0]
2 parents 53d295f + f3c6856 commit cf10ecd

File tree

4 files changed

+17
-4
lines changed

4 files changed

+17
-4
lines changed

CHANGELOG.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,15 @@
11
# Chirp SDK Flutter
22

3-
## 0.3.0 - beta
3+
## 0.4.0 - beta
4+
5+
- Upgrade to Android v3.9.5
6+
- Upgrade to iOS v3.5.2
7+
8+
## 0.3.0 - 03/05/19
49

510
- Upgrade to Android v3.8.0
611

7-
## 0.2.0 - beta
12+
## 0.2.0 - 03/05/19
813

914
- Upgrade to iOS v3.5.0
1015

android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,5 +44,5 @@ android {
4444

4545
dependencies {
4646
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version"
47-
implementation 'io.chirp:chirpsdk:3.8.0'
47+
implementation 'io.chirp:chirpsdk:3.9.5'
4848
}
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
3+
<plist version="1.0">
4+
<dict>
5+
<key>IDEDidComputeMac32BitWarning</key>
6+
<true/>
7+
</dict>
8+
</plist>

ios/chirpsdk.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ A new flutter plugin project.
1515
s.source_files = 'Classes/**/*'
1616
s.public_header_files = 'Classes/**/*.h'
1717
s.dependency 'Flutter'
18-
s.dependency 'ChirpSDK', '3.5.1'
18+
s.dependency 'ChirpSDK', '3.5.2'
1919

2020
s.static_framework = true
2121
s.ios.deployment_target = '8.0'

0 commit comments

Comments
 (0)