Skip to content

Commit bf145c6

Browse files
committed
Prepare for new release
1 parent c9723e4 commit bf145c6

File tree

2 files changed

+12
-10
lines changed

2 files changed

+12
-10
lines changed
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
- Fixed KeyStore crash on pre-API 31 devices
2+
- Fixed UI not allowing for 3 button system controls

gradle/libs.versions.toml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
11
[versions]
2-
argon2kt = "1.6.0"
3-
bcrypt = "0.10.2"
4-
faceDetection = "16.1.7"
5-
kotlinxCoroutinesTest = "1.10.2"
6-
rules = "1.6.1"
7-
versionCode = "15"
8-
versionName = "3.1.0"
9-
workManager = "2.10.1"
2+
versionCode = "16"
3+
versionName = "3.2.0"
104

11-
javaVersion = "11"
12-
agp = "8.9.3"
135
targetSdk = "35"
146
compileSdk = "35"
157
minSdk = "29"
168

9+
javaVersion = "11"
10+
agp = "8.9.3"
11+
workManager = "2.10.1"
12+
argon2kt = "1.6.0"
13+
bcrypt = "0.10.2"
14+
faceDetection = "16.1.7"
15+
kotlinxCoroutinesTest = "1.10.2"
16+
rules = "1.6.1"
1717
accompanistPermissions = "0.37.3"
1818
coreSplashscreen = "1.0.1"
1919
lifecycleRuntimeCompose = "2.9.0"

0 commit comments

Comments
 (0)