Skip to content

Commit 73592c9

Browse files
authored
Update dependencies (#261)
1 parent c4b50f3 commit 73592c9

File tree

3 files changed

+43
-19
lines changed

3 files changed

+43
-19
lines changed

CHANGELOG.md

Lines changed: 27 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,37 @@ All notable changes to this project will be documented in this file.
33

44
## UNRELEASED
55
### Added
6-
* core: provide links for external usage (APPS-2426)
6+
77
### Changed
88
### Removed
9-
* ui: Remove ProductConfirmationDialog (APPS-2411)
10-
* ui: Fix multiple cancellation events in RoutingTargetGateKeeperView (APPS-2441)
119
### Fixed
1210

11+
## [0.82.1]
12+
### Changed
13+
* Dependency updates
14+
15+
## [0.82.0]
16+
### Changed
17+
* Dependency updates and upgrade for new target sdk 36
18+
19+
## [0.81.1]
20+
### Fixed
21+
* ui: Fix multiple cancellation events in RoutingTargetGateKeeperView (APPS-2441)
22+
* core: provide links for external usage (APPS-2426)
23+
24+
## [0.81.0]
25+
### Removed
26+
* ui: Remove ProductConfirmationDialog (APPS-2411)
27+
28+
## [0.80.19]
29+
### Changed
30+
* Dependency updates
31+
32+
## [0.80.18]
33+
### Changed
34+
* Update compile and target sdk to 35
35+
36+
1337
## [0.80.17]
1438
### Changed
1539
* core / ui: replace headless fragment with different result launcher for google pay

gradle/libs.versions.toml

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,23 @@
11
[versions]
22
compileSdk = "36"
33
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"
88
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"
1111
com-squareup-okhttp3 = "5.1.0"
12-
io-kotest = "5.9.1"
12+
io-kotest = "6.0.3"
1313
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"
1717

1818
[libraries]
1919
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"
2121
androidx-appcompat = "androidx.appcompat:appcompat:1.7.1"
2222
androidx-biometric = "androidx.biometric:biometric:1.2.0-alpha05"
2323
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
4040
androidx-lifecycleRuntimeKtx = {module = "androidx.lifecycle:lifecycle-runtime-ktx", version.ref = "android-lifecycle"}
4141
androidx-lifecycleRuntimeCompose = {module = "androidx.lifecycle:lifecycle-runtime-compose", version.ref = "android-lifecycle"}
4242
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"
4444
androidx-navigation-fragmentKtx = { module = "androidx.navigation:navigation-fragment-ktx", version.ref = "navigation" }
4545
androidx-navigation-runtimeKtx = { module = "androidx.navigation:navigation-runtime-ktx", version.ref = "navigation" }
4646
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"
7272
googlePlayServices-wallet = "com.google.android.gms:play-services-wallet:19.4.0"
7373
google-mlkit-barcodeScanning = "com.google.mlkit:barcode-scanning:17.3.0"
7474
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"
7676
iban4j = "org.iban4j:iban4j:3.2.10-RELEASE"
7777
jakewhartonProcessPhoenix = "com.jakewharton:process-phoenix:3.0.0"
7878
picasso = "com.squareup.picasso:picasso:2.71828"
@@ -97,9 +97,9 @@ kotlinx-serializationJson = "org.jetbrains.kotlinx:kotlinx-serialization-json:1.
9797
mockk = "io.mockk:mockk:1.14.5"
9898
# @pin requires higher target
9999
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"
101101
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"
103103
squareup-okhttp3-mockwebserver = { module = "com.squareup.okhttp3:mockwebserver", version.ref = "com-squareup-okhttp3" }
104104
test-espressoCore = "androidx.test.espresso:espresso-core:3.7.0"
105105
test-ext-junit = "androidx.test.ext:junit:1.3.0"

ui/src/main/java/io/snabble/sdk/ui/remotetheme/SnabbleSecondaryButton.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ class SnabbleSecondaryButton @JvmOverloads constructor(
4141
private fun setRippleColor(project: Project?) {
4242
val highlightColor = MaterialColors.getColor(
4343
context,
44-
com.google.android.material.R.attr.colorControlHighlight,
44+
R.attr.colorControlHighlight,
4545
Color.TRANSPARENT
4646
)
4747

0 commit comments

Comments
 (0)