From 2c83622891dbe82d3656728306c08340b96930d1 Mon Sep 17 00:00:00 2001 From: obobrosc Date: Wed, 18 Dec 2024 10:09:40 -0800 Subject: [PATCH] [All] Sync changes for the 1.37.0 release (#4) Co-authored-by: bot-snapenginesc --- CHANGELOG.md | 6 ++++++ README.md | 2 +- Samples/gradle.properties | 4 ++-- VERSION | 2 +- 4 files changed, 10 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 021b353..448282f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,12 @@ and the Camera Kit SDK adheres to [Semantic Versioning](https://semver.org/spec/ ## [Unreleased] + +## [1.37.0] - 2024-12-18 +### Features +- Lens Studio 5.4 support +- Support for Lens HTTP requests + ## [1.36.1] - 2024-11-22 diff --git a/README.md b/README.md index 000385a..3a8b7f0 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ # Camera Kit for Android -[Home Page](https://developers.snap.com/camera-kit/home) | [Documentation & Guides](https://developers.snap.com/camera-kit/getting-started/what-is-camera-kit) | [Showcase](https://ar.snap.com/camera-kit) | [API Reference](https://kit.snapchat.com/reference/CameraKit/android/1.36.1/index.html) | [Developer Portal](https://kit.snapchat.com/manage/) | [My Lenses](https://my-lenses.snapchat.com/) | [Discord](https://discord.gg/snapar) +[Home Page](https://developers.snap.com/camera-kit/home) | [Documentation & Guides](https://developers.snap.com/camera-kit/getting-started/what-is-camera-kit) | [Showcase](https://ar.snap.com/camera-kit) | [API Reference](https://kit.snapchat.com/reference/CameraKit/android/1.37.0/index.html) | [Developer Portal](https://kit.snapchat.com/manage/) | [My Lenses](https://my-lenses.snapchat.com/) | [Discord](https://discord.gg/snapar) Camera Kit brings the power of Snap's AR platform to your websites and mobile apps on iOS and Android. It has never been easier to create and deliver scalable, multi-platform AR experiences to meet your customers, wherever they are. diff --git a/Samples/gradle.properties b/Samples/gradle.properties index 24bfc43..22e4bef 100644 --- a/Samples/gradle.properties +++ b/Samples/gradle.properties @@ -27,8 +27,8 @@ kotlin.code.style=official android.enableR8.fullMode=true # Camera Kit build properties used for diagnostics and debugging, not required to be kept. -com.snap.camerakit.build.revision=68bc99a7d34b934b97e9a3fcf799ba60146fa206 -com.snap.camerakit.build.number=143 +com.snap.camerakit.build.revision=f7b5c28d8509ae08cdd5566c513c39d30085b871 +com.snap.camerakit.build.number=147 # Camera Kit sample app constants, to be replaced by user. com.snap.camerakit.api.token=REPLACE-THIS-WITH-YOUR-OWN-APP-SPECIFIC-VALUE diff --git a/VERSION b/VERSION index f107550..bf50e91 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.36.1 +1.37.0