Skip to content

Commit 459c497

Browse files
Libraries bump (#42)
* Add shortcut icon preference and update related functionality * feat: bump libraries
1 parent 66560f0 commit 459c497

File tree

2 files changed

+17
-11
lines changed

2 files changed

+17
-11
lines changed

app/src/main/AndroidManifest.xml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,13 @@
99
</intent>
1010
</queries>
1111

12+
<queries>
13+
<intent>
14+
<action android:name="android.intent.action.VIEW" />
15+
<data android:scheme="*" />
16+
</intent>
17+
</queries>
18+
1219
<application
1320
android:name=".DeeprApplication"
1421
android:allowBackup="true"

gradle/libs.versions.toml

Lines changed: 10 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -2,24 +2,23 @@
22
agp = "8.11.1"
33
androidDriver = "2.1.0"
44
composeQrCode = "1.0.1"
5-
kotlin = "2.0.21"
5+
kotlin = "2.2.0"
66
coreKtx = "1.16.0"
77
junit = "4.13.2"
8-
junitVersion = "1.2.1"
9-
espressoCore = "3.6.1"
8+
junitVersion = "1.3.0"
9+
espressoCore = "3.7.0"
1010
ktlint = "0.4.27"
11-
ktlintCompose = "0.0.26"
12-
lifecycleRuntimeKtx = "2.6.1"
11+
lifecycleRuntimeKtx = "2.9.2"
1312
activityCompose = "1.10.1"
14-
composeBom = "2024.09.00"
13+
composeBom = "2025.07.00"
1514
sqldelight = "2.1.0"
16-
koin-bom = "4.0.3"
15+
koin-bom = "4.1.0"
1716
tablerIcons = "1.1.1"
18-
nav3Core = "1.0.0-alpha01"
19-
lifecycleViewmodelNav3 = "1.0.0-alpha01"
17+
nav3Core = "1.0.0-alpha06"
18+
lifecycleViewmodelNav3 = "1.0.0-alpha04"
2019
dataStore = "1.1.7"
21-
accompanist = "0.34.0"
22-
opencsv = "4.6"
20+
accompanist = "0.37.3"
21+
opencsv = "5.12.0"
2322
zxing = "4.3.0"
2423

2524
[libraries]

0 commit comments

Comments
 (0)