Skip to content

Commit c8c7f99

Browse files
committed
Prepare for release
1 parent 2bb74f3 commit c8c7f99

3 files changed

Lines changed: 12 additions & 6 deletions

File tree

README.md

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

33
*The camera that minds its own business.*
44

5-
[![Google Play](https://img.shields.io/endpoint?color=green&logo=google-play&logoColor=green&url=https%3A%2F%2Fplay.cuzi.workers.dev%2Fplay%3Fi%3Dcom.darkrockstudios.apps.securecamera%26l%3DGoogle%2520Play%26m%3D%24version)](https://play.google.com/store/apps/details?id=com.darkrockstudios.apps.securecamera)
5+
[![Google Play](https://img.shields.io/endpoint?color=green&logo=google-play&logoColor=green&url=https%3A%2F%2Fplay.cuzi.workers.dev%2Fplay%3Fi%3Dcom.darkrockstudios.app.securecamera%26l%3DGoogle%2520Play%26m%3D%24version)](https://play.google.com/store/apps/details?id=com.darkrockstudios.app.securecamera)
66

77
Snap Safe is an Android camera app that keeps every pixel—and every byte of data—exactly where it belongs: on **your**
88
device.
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
- Added Security Reset option
2+
- Added Poison Pill: A second PIN that when entered, wipes your data
3+
- Added weak PIN check
4+
- Improved session timeout handling

gradle/libs.versions.toml

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,19 @@
11
[versions]
2-
accompanistPermissions = "0.37.0"
2+
versionCode = "3"
3+
versionName = "1.2"
4+
5+
javaVersion = "11"
36
agp = "8.9.2"
7+
targetSdk = "35"
8+
9+
accompanistPermissions = "0.37.0"
410
camerak = "0.0.11"
511
compileSdk = "35"
612
coreSplashscreen = "1.0.1"
713
lifecycleRuntimeCompose = "2.8.7"
814
materialIconsExtended = "1.7.8"
915
minSdk = "29"
1016
mockk = "1.14.0"
11-
targetSdk = "35"
12-
versionCode = "3"
13-
versionName = "1.2"
14-
javaVersion = "11"
1517
image_saver_plugin = "0.0.6"
1618
imageviewer = "1.0.3"
1719
kim = "0.24"

0 commit comments

Comments
 (0)