Skip to content

Commit

Permalink
[All] Sync changes for the 1.37.0 release (#4)
Browse files Browse the repository at this point in the history
Co-authored-by: bot-snapenginesc <[email protected]>
  • Loading branch information
obobrosc and bot-snapenginesc authored Dec 18, 2024
1 parent 363810c commit 2c83622
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 4 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,12 @@ and the Camera Kit SDK adheres to [Semantic Versioning](https://semver.org/spec/
<a name="unreleased"></a>
## [Unreleased]

<a name="1.37.0"></a>
## [1.37.0] - 2024-12-18
### Features
- Lens Studio 5.4 support
- Support for Lens HTTP requests

<a name="1.36.1"></a>
## [1.36.1] - 2024-11-22
<a name="1.36.0"></a>
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
</div>

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.
Expand Down
4 changes: 2 additions & 2 deletions Samples/gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.36.1
1.37.0

0 comments on commit 2c83622

Please sign in to comment.