Skip to content

Commit e4167a1

Browse files
Merge pull request #38 from Snapchat/sync/1.46.0/03893ef5
[All] Sync changes for the 1.46.0 release
2 parents 2ad6f68 + ee4d3a2 commit e4167a1

4 files changed

Lines changed: 17 additions & 8 deletions

File tree

CHANGELOG.md

Lines changed: 13 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,19 @@ and the Camera Kit SDK adheres to [Semantic Versioning](https://semver.org/spec/
88
<a name="unreleased"></a>
99
## [Unreleased]
1010

11+
<a name="1.46.0"></a>
12+
## [1.46.0] - 2026-02-11
13+
14+
### Features
15+
- Lens Studio 5.18 support
16+
17+
### Updates
18+
- Android target version updated to 36
19+
1120
<a name="1.45.0"></a>
12-
## [1.45.0] - 2025-11-13
21+
## [1.45.0] - 2025-12-18
1322
### Features
14-
- Lens Studio 5.16 support
23+
- Lens Studio 5.17 support
1524

1625
### Updates
1726
- A Lens WarmUp API to preload a lens without rendering it
@@ -44,15 +53,15 @@ and the Camera Kit SDK adheres to [Semantic Versioning](https://semver.org/spec/
4453

4554
### Bug Fixes
4655
- Fixed memory leak related to lens keyboard
47-
- Minor fixes
56+
- **Android/iOS:** Minor fixes
4857

4958
<a name="1.40.0"></a>
5059
## [1.40.0] - 2025-04-03
5160
### Features
5261
- Lens Studio 5.8 support
5362

5463
### Updates
55-
- Improvement for HTTP request validation, now accepting empty optional parameters
64+
- **Android/iOS:** Improvement for HTTP request validation, now accepting empty optional parameters
5665
<a name="1.39.0"></a>
5766
## [1.39.0] - 2025-03-05
5867
### Features

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
# Camera Kit for Android
66

7-
[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.45.0/index.html) | [Developer Portal](https://kit.snapchat.com/manage/) | [My Lenses](https://my-lenses.snapchat.com/) | [Discord](https://discord.gg/snapar)
7+
[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.46.0/index.html) | [Developer Portal](https://kit.snapchat.com/manage/) | [My Lenses](https://my-lenses.snapchat.com/) | [Discord](https://discord.gg/snapar)
88
</div>
99

1010
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.

Samples/gradle.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@ kotlin.code.style=official
2727
android.enableR8.fullMode=true
2828

2929
# Camera Kit build properties used for diagnostics and debugging, not required to be kept.
30-
com.snap.camerakit.build.revision=9116c4f61ae787b237fa294b3c19ae88f6daa0d1
31-
com.snap.camerakit.build.number=01174335-f7d7-44b9-b35d-e8833b641b00
30+
com.snap.camerakit.build.revision=ca0710bdf77585faf24fc4d6b197e2b8c9aeae87
31+
com.snap.camerakit.build.number=27eaacfe-1a2e-41c7-9759-60716ef29492
3232

3333
# Camera Kit sample app constants, to be replaced by user.
3434
com.snap.camerakit.api.token=REPLACE-THIS-WITH-YOUR-OWN-APP-SPECIFIC-VALUE

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.45.0
1+
1.46.0

0 commit comments

Comments
 (0)