1
1
[versions ]
2
2
compileSdk = " 36"
3
3
targetSdk = " 36"
4
- minSdk = " 21 "
5
- gradlePlugin = " 8.12.1 "
6
- kotlin = " 2.2.10 "
7
- navigation = " 2.9.3 "
4
+ minSdk = " 24 "
5
+ gradlePlugin = " 8.13.0 "
6
+ kotlin = " 2.2.20 "
7
+ navigation = " 2.9.4 "
8
8
snabbleSdk = " 0.69.6"
9
- androidx-camera = " 1.4.2 "
10
- androidx-compose-ui = " 1.9.0 "
9
+ androidx-camera = " 1.5.0 "
10
+ androidx-compose-ui = " 1.9.1 "
11
11
com-squareup-okhttp3 = " 5.1.0"
12
- io-kotest = " 5.9.1 "
12
+ io-kotest = " 6.0.3 "
13
13
dokka = " 1.9.20"
14
- androidx-compose-material = " 1.9.0 "
15
- android-lifecycle = " 2.9.2 "
16
- koin = " 4.1.0 "
14
+ androidx-compose-material = " 1.9.1 "
15
+ android-lifecycle = " 2.9.3 "
16
+ koin = " 4.1.1 "
17
17
18
18
[libraries ]
19
19
airbnb-lottie = " com.airbnb.android:lottie:6.6.7"
20
- androidx-activityCompose = " androidx.activity:activity-compose:1.10.1 "
20
+ androidx-activityCompose = " androidx.activity:activity-compose:1.11.0 "
21
21
androidx-appcompat = " androidx.appcompat:appcompat:1.7.1"
22
22
androidx-biometric = " androidx.biometric:biometric:1.2.0-alpha05"
23
23
androidx-camera-camera2 = { module = " androidx.camera:camera-camera2" , version.ref = " androidx-camera" }
@@ -40,7 +40,7 @@ androidx-lifecycle-process = {module = "androidx.lifecycle:lifecycle-process", v
40
40
androidx-lifecycleRuntimeKtx = {module = " androidx.lifecycle:lifecycle-runtime-ktx" , version.ref = " android-lifecycle" }
41
41
androidx-lifecycleRuntimeCompose = {module = " androidx.lifecycle:lifecycle-runtime-compose" , version.ref = " android-lifecycle" }
42
42
androidx-lifecycleViewmodelCompose = {module = " androidx.lifecycle:lifecycle-viewmodel-compose" , version.ref = " android-lifecycle" }
43
- android-material = " com.google.android.material:material:1.12 .0"
43
+ android-material = " com.google.android.material:material:1.13 .0"
44
44
androidx-navigation-fragmentKtx = { module = " androidx.navigation:navigation-fragment-ktx" , version.ref = " navigation" }
45
45
androidx-navigation-runtimeKtx = { module = " androidx.navigation:navigation-runtime-ktx" , version.ref = " navigation" }
46
46
androidx-navigation-uiKtx = { module = " androidx.navigation:navigation-ui-ktx" , version.ref = " navigation" }
@@ -72,7 +72,7 @@ googlePlayServices-maps = "com.google.android.gms:play-services-maps:19.2.0"
72
72
googlePlayServices-wallet = " com.google.android.gms:play-services-wallet:19.4.0"
73
73
google-mlkit-barcodeScanning = " com.google.mlkit:barcode-scanning:17.3.0"
74
74
google-zxing-core = " com.google.zxing:core:3.5.3"
75
- gson = " com.google.code.gson:gson:2.13.1 "
75
+ gson = " com.google.code.gson:gson:2.13.2 "
76
76
iban4j = " org.iban4j:iban4j:3.2.10-RELEASE"
77
77
jakewhartonProcessPhoenix = " com.jakewharton:process-phoenix:3.0.0"
78
78
picasso = " com.squareup.picasso:picasso:2.71828"
@@ -97,9 +97,9 @@ kotlinx-serializationJson = "org.jetbrains.kotlinx:kotlinx-serialization-json:1.
97
97
mockk = " io.mockk:mockk:1.14.5"
98
98
# @pin requires higher target
99
99
mockito-kotlin = " org.mockito.kotlin:mockito-kotlin:6.0.0"
100
- roboletric = " org.robolectric:robolectric:4.15.1 "
100
+ roboletric = " org.robolectric:robolectric:4.16 "
101
101
roboletric-androidAll = " org.robolectric:android-all:13-robolectric-9030017"
102
- sebaslogen-resaca = " io.github.sebaslogen:resaca:4.5 .0"
102
+ sebaslogen-resaca = " io.github.sebaslogen:resaca:4.6 .0"
103
103
squareup-okhttp3-mockwebserver = { module = " com.squareup.okhttp3:mockwebserver" , version.ref = " com-squareup-okhttp3" }
104
104
test-espressoCore = " androidx.test.espresso:espresso-core:3.7.0"
105
105
test-ext-junit = " androidx.test.ext:junit:1.3.0"
0 commit comments