Skip to content

Commit 40026b3

Browse files
Merge pull request #55 from DevCrew-io/update-sdk
Update CameraKit sdk to 1.40.0
2 parents a1d8201 + 5352e3e commit 40026b3

File tree

7 files changed

+22
-17
lines changed

7 files changed

+22
-17
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
1+
## 1.0.6
2+
### Updated
3+
* Update CameraKit SDK to 1.40.0
4+
15
## 1.0.5
26
### Updated
37
* Update CameraKit SDK to 1.39.0
8+
* CameraKit Session expire on activity de-attached event (Android).
49

510
## 1.0.4
611
### Updated

android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ android {
5252
dependencies {
5353
testImplementation 'org.jetbrains.kotlin:kotlin-test'
5454
testImplementation 'org.mockito:mockito-core:5.0.0'
55-
implementation "com.snap.camerakit:support-camera-activity:1.39.0"
55+
implementation "com.snap.camerakit:support-camera-activity:1.40.0"
5656
implementation 'com.google.code.gson:gson:2.8.8' // Use the latest version available
5757
}
5858

example/ios/Podfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Uncomment this line to define a global platform for your project
2-
platform :ios, '13.0'
2+
platform :ios, '14.0'
33

44
# CocoaPods analytics sends network stats synchronously affecting flutter build latency.
55
ENV['COCOAPODS_DISABLE_STATS'] = 'true'

example/ios/Podfile.lock

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
PODS:
2-
- camerakit_flutter (1.0.5):
2+
- camerakit_flutter (1.0.6):
33
- Flutter
4-
- SCCameraKit (~> 1.39.0)
5-
- SCCameraKitReferenceUI (~> 1.39.0)
4+
- SCCameraKit (~> 1.40.0)
5+
- SCCameraKitReferenceUI (~> 1.40.0)
66
- Flutter (1.0.0)
7-
- SCCameraKit (1.39.0)
8-
- SCCameraKitReferenceUI (1.39.0):
9-
- SCCameraKit (~> 1.39.0)
7+
- SCCameraKit (1.40.0)
8+
- SCCameraKitReferenceUI (1.40.0):
9+
- SCCameraKit (~> 1.40.0)
1010
- video_player_avfoundation (0.0.1):
1111
- Flutter
1212
- FlutterMacOS
@@ -30,12 +30,12 @@ EXTERNAL SOURCES:
3030
:path: ".symlinks/plugins/video_player_avfoundation/darwin"
3131

3232
SPEC CHECKSUMS:
33-
camerakit_flutter: d03e5288e655646cde2117da035ef3d6a5dced42
33+
camerakit_flutter: ba8e3a9e141fff3adcb71f7dc87143f31aa93d5b
3434
Flutter: e0871f40cf51350855a761d2e70bf5af5b9b5de7
35-
SCCameraKit: 389ab167aaaff322fff7d453eccaba5da0fef3da
36-
SCCameraKitReferenceUI: 7f8ca11ff900f59628b0f06d95e8cb87c44bb33e
35+
SCCameraKit: 3df78d50b972282517fd1c0c69f4a01d301ef4e6
36+
SCCameraKitReferenceUI: 737630ab0ccab689a3492585aeb349fe6ffa21cc
3737
video_player_avfoundation: 7c6c11d8470e1675df7397027218274b6d2360b3
3838

39-
PODFILE CHECKSUM: 251cb053df7158f337c0712f2ab29f4e0fa474ce
39+
PODFILE CHECKSUM: e30f02f9d1c72c47bb6344a0a748c9d268180865
4040

4141
COCOAPODS: 1.14.3

example/pubspec.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ packages:
2323
path: ".."
2424
relative: true
2525
source: path
26-
version: "1.0.4"
26+
version: "1.0.5"
2727
characters:
2828
dependency: transitive
2929
description:

ios/camerakit_flutter.podspec

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
Pod::Spec.new do |s|
77
s.name = 'camerakit_flutter'
8-
s.version = '1.0.5'
8+
s.version = '1.0.6'
99
s.summary = 'A camerakit plugin that provides developers with seamless integration and access to Snapchat\'s CameraKit features within their Flutter applications.'
1010
s.description = <<-DESC
1111
An open-source SDK package for Flutter that provides developers with seamless integration and access to Snapchat CameraKit features within their Flutter applications. Flutter developers now can access set configuration from Flutter for both platforms (IOS and Android), you can open CameraKit , get media results (Images and Videos) and get list of lenses against group Ids.
@@ -22,7 +22,7 @@ Pod::Spec.new do |s|
2222
s.pod_target_xcconfig = { 'DEFINES_MODULE' => 'YES', 'EXCLUDED_ARCHS[sdk=iphonesimulator*]' => 'i386' }
2323
s.swift_version = '5.0'
2424

25-
s.dependency 'SCCameraKit', '~> 1.39.0'
26-
s.dependency 'SCCameraKitReferenceUI', '~> 1.39.0'
25+
s.dependency 'SCCameraKit', '~> 1.40.0'
26+
s.dependency 'SCCameraKitReferenceUI', '~> 1.40.0'
2727

2828
end

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: camerakit_flutter
22
description: A camerakit plugin that provides developers with seamless integration and access to Snapchat CameraKit features within their Flutter applications.
3-
version: 1.0.5
3+
version: 1.0.6
44
homepage: https://github.com/DevCrew-io/camerakit-flutter#readme
55
repository: https://github.com/DevCrew-io/camerakit-flutter
66
issue_tracker: https://github.com/DevCrew-io/camerakit-flutter/issues

0 commit comments

Comments
 (0)