Skip to content

Commit 51e46c0

Browse files
Update to Camera Kit SDK version 1.39 and RN update to 0.72.9 (#10)
## Background (Why?) To update the repo to the latest version of the Camera Kit SDK - 1.39.0 This change is also addressing an issue from older RN version ## Change/Solution (What?) N/A ## Screenshots for any visual changes N/A ## Test Plans N/A
1 parent 270623f commit 51e46c0

6 files changed

Lines changed: 207 additions & 204 deletions

File tree

android/build.gradle

Lines changed: 1 addition & 1 deletion
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.38.0"
6+
cameraKitVersion = "1.39.0"
77
exoPlayerVersion = "2.16.1"
88
}
99

example/README.md

Lines changed: 1 addition & 1 deletion
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.38.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.39.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

0 commit comments

Comments
 (0)