Skip to content

Commit c7e3348

Browse files
committed
chore: bump version to 3.2.0
1 parent a745b9f commit c7e3348

2 files changed

Lines changed: 6 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,10 @@ Versions follow [Semantic Versioning](https://semver.org/). Entries are ordered
88

99
## [Unreleased] — on `master`, pending next release
1010

11+
---
12+
13+
## [3.2.0] — 2026-03-12
14+
1115
- **feat:** Add `setZoomRatio(float)` API to `ICameraProvider`, `CameraXProvider`, and `Camera1Provider` (#566)
1216
- **feat:** Add `CameraXProvider` — runtime-selectable camera backend with automatic Camera2 / CameraX fallback (#565)
1317
- **ci:** Release workflow overhaul — draft releases, master validation, direct Maven commit, NDK r27c/r29 (#564)

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,8 @@ ext {
3737
buildToolsVersion: '34.0.0',
3838
minSdkVersion : 21,
3939
targetSdkVersion : 25, // higher target version needs more storage permission request.
40-
versionCode : 2,
41-
versionName : "3.1.2",
40+
versionCode : 3,
41+
versionName : "3.2.0",
4242
applicationId : "org.wysaid.cgeDemo",
4343
appcompatX : "1.2.0",
4444
ndkVersion : "27.2.12479018",

0 commit comments

Comments
 (0)