We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e3d8bcf commit e30a472Copy full SHA for e30a472
2 files changed
fastlane/metadata/android/en-US/changelogs/27.txt
@@ -0,0 +1,10 @@
1
+What's New
2
+ - Video recording with encrypted storage (SECV format)
3
+ - Video playback and sharing support
4
+ - New camera controls layout with rotating UI
5
+
6
+Fixes
7
+ - Fixed PIN verification sometimes being disabled
8
+ - Fixed gallery not showing the correct item when tapped
9
+ - Fixed app not exiting properly when backing out of PIN screen
10
+ - Face tracking not tracking faces
gradle/libs.versions.toml
@@ -1,6 +1,6 @@
[versions]
-versionCode = "26"
-versionName = "4.0.0"
+versionCode = "27"
+versionName = "4.0.1"
targetSdk = "36"
compileSdk = "36"
0 commit comments