This repository was archived by the owner on Oct 5, 2020. It is now read-only.
File tree Expand file tree Collapse file tree 4 files changed +17
-4
lines changed
example/ios/Runner.xcodeproj/project.xcworkspace/xcshareddata Expand file tree Collapse file tree 4 files changed +17
-4
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change @@ -44,5 +44,5 @@ android {
4444
4545dependencies {
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}
Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff 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'
You can’t perform that action at this time.
0 commit comments