Skip to content

Commit b9c2dec

Browse files
authored
Repo update to Camera Kit SDK version 1.37 (#6)
## Background (Why?) To update the repo to the latest version of the Camera Kit SDK - 1.37.0 ## Change/Solution (What?) SDK version update ## Screenshots for any visual changes N/A ## Test Plans Manually validated on iOS and Android device
1 parent 43dbef3 commit b9c2dec

File tree

4 files changed

+9
-9
lines changed

4 files changed

+9
-9
lines changed

android/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ buildscript {
33
def kotlin_version = rootProject.ext.has("kotlinVersion") ? rootProject.ext.get("kotlinVersion") : project.properties["CameraKitReactNative_kotlinVersion"]
44

55
ext {
6-
cameraKitVersion = "1.34.0"
6+
cameraKitVersion = "1.37.0"
77
exoPlayerVersion = "2.16.1"
88
}
99

example/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Also, make sure you have completed the [React Native - Environment Setup](https:
1010

1111
1. Open `App.tsx` in and enter value for `apiToken` with the one you get from Camera Kit Developer portal.
1212
2. Open `Lenses.tsx` and enter value for `groupId` from which you want to fetch lenses. [Optional] Enter value for `launchDataLensId` for the Lens which has launch data associated with it or remove all the relevant code that uses this param.
13-
3. [_Optional_] This example is using version 1.34.0 of Camera Kit Mobile SDK for Android and latest version on iOS. If you want to use the [latest version](https://docs.snap.com/camera-kit/integrate-sdk/mobile/changelog-mobile#latest-version) of Camera Kit Mobile SDK on Android then modify `cameraKitVersion` variable in [build.gradle](../android/build.gradle) file. Please refer to [Lens Studio Compatibility](https://docs.snap.com/camera-kit/ar-content/lens-studio-compatibility) guide for selecting the appropriate version that work with your Lenses.
13+
3. [_Optional_] This example is using version 1.37.0 of Camera Kit Mobile SDK for Android and latest version on iOS. If you want to use the [latest version](https://docs.snap.com/camera-kit/integrate-sdk/mobile/changelog-mobile#latest-version) of Camera Kit Mobile SDK on Android then modify `cameraKitVersion` variable in [build.gradle](../android/build.gradle) file. Please refer to [Lens Studio Compatibility](https://docs.snap.com/camera-kit/ar-content/lens-studio-compatibility) guide for selecting the appropriate version that work with your Lenses.
1414

1515
## Step 2: Start the Metro Server
1616

example/ios/Podfile.lock

+6-6
Original file line numberDiff line numberDiff line change
@@ -435,9 +435,9 @@ PODS:
435435
- React-jsi (= 0.72.7)
436436
- React-logger (= 0.72.7)
437437
- React-perflogger (= 0.72.7)
438-
- SCCameraKit (1.34.0)
439-
- SCCameraKitReferenceUI (1.34.0):
440-
- SCCameraKit (~> 1.34.0)
438+
- SCCameraKit (1.37.0)
439+
- SCCameraKitReferenceUI (1.37.0):
440+
- SCCameraKit (~> 1.37.0)
441441
- SocketRocket (0.6.1)
442442
- Yoga (1.14.0)
443443

@@ -622,11 +622,11 @@ SPEC CHECKSUMS:
622622
React-runtimescheduler: 7649c3b46c8dee1853691ecf60146a16ae59253c
623623
React-utils: 56838edeaaf651220d1e53cd0b8934fb8ce68415
624624
ReactCommon: 5f704096ccf7733b390f59043b6fa9cc180ee4f6
625-
SCCameraKit: 1d7a49ff634413d2609d06176d09c7020ab4e249
626-
SCCameraKitReferenceUI: 64705e5e021714e1985cf375322a76bba7cb7a4c
625+
SCCameraKit: ca372a618888ea228b3e7887812a7bc0a18e085c
626+
SCCameraKitReferenceUI: 630c3d670810bb5e556d8fe7be25b72391ad344f
627627
SocketRocket: f32cd54efbe0f095c4d7594881e52619cfe80b17
628628
Yoga: 4c3aa327e4a6a23eeacd71f61c81df1bcdf677d5
629629

630630
PODFILE CHECKSUM: a7b8a6ac21f77ed63837303858cfdd4fd9428df8
631631

632-
COCOAPODS: 1.15.2
632+
COCOAPODS: 1.16.2

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@snap/camera-kit-react-native",
3-
"version": "0.3.0",
3+
"version": "0.4.0",
44
"description": "Camera Kit wrapper for React Native",
55
"main": "lib/commonjs/index",
66
"module": "lib/module/index",

0 commit comments

Comments
 (0)