Skip to content

Commit bb00869

Browse files
authored
Merge pull request eu-digital-identity-wallet#511 from niscy-eudiw/main
chore: Update dependencies and Gradle wrapper
2 parents 8d25df0 + 8f1b793 commit bb00869

File tree

2 files changed

+11
-10
lines changed

2 files changed

+11
-10
lines changed

gradle/libs.versions.toml

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
[versions]
22
accompanist = "0.37.3"
33
androidDesugarJdkLibs = "2.1.5"
4-
androidGradlePlugin = "9.0.0"
5-
androidxActivity = "1.12.3"
4+
androidGradlePlugin = "9.0.1"
5+
androidxActivity = "1.12.4"
66
androidxAppCompat = "1.7.1"
77
androidxBrowser = "1.9.0"
8-
androidxComposeBom = "2026.01.01"
9-
androidxComposeRuntimeTracing = "1.10.2"
8+
androidxComposeBom = "2026.02.00"
9+
androidxComposeRuntimeTracing = "1.10.3"
1010
androidxCore = "1.17.0"
1111
androidxCoreSplashscreen = "1.2.0"
1212
androidxDataStore = "1.2.0"
@@ -31,12 +31,12 @@ coil = "3.3.0"
3131
constraintlayoutVersion = "1.1.1"
3232
gmsPlugin = "4.4.4"
3333
junit4 = "4.13.2"
34-
kotlin = "2.3.0"
34+
kotlin = "2.3.10"
3535
kotlinxCoroutines = "1.10.2"
3636
kotlinxDatetime = "0.7.1"
3737
kotlinxSerializationJson = "1.10.0"
3838
ksp = "2.3.4"
39-
lint = "32.0.0"
39+
lint = "32.0.1"
4040
protobuf = "4.33.5"
4141
protobufPlugin = "0.9.6"
4242
robolectric = "4.16.1"
@@ -55,10 +55,11 @@ zxing = "3.5.4"
5555
eudiWalletCore = "0.24.0"
5656
cameraCore = "1.5.3"
5757
owaspDependencyCheck = "12.2.0"
58+
materialIcons = "1.7.8"
5859
material3 = "1.4.0"
59-
kover = "0.9.5"
60+
kover = "0.9.7"
6061
sonar = "7.2.2.6593"
61-
baselineprofile = "1.5.0-alpha02"
62+
baselineprofile = "1.5.0-alpha03"
6263
timber = "5.0.1"
6364
treessence = "1.1.2"
6465
rqesUiSDK = "0.3.5"
@@ -76,7 +77,7 @@ androidx-browser = { group = "androidx.browser", name = "browser", version.ref =
7677
androidx-compose-bom = { group = "androidx.compose", name = "compose-bom", version.ref = "androidxComposeBom" }
7778
androidx-compose-foundation = { group = "androidx.compose.foundation", name = "foundation" }
7879
androidx-compose-foundation-layout = { group = "androidx.compose.foundation", name = "foundation-layout" }
79-
androidx-compose-material-icons-extended = { module = "androidx.compose.material:material-icons-extended", version.ref = "material3" }
80+
androidx-compose-material-icons-extended = { module = "androidx.compose.material:material-icons-extended", version.ref = "materialIcons" }
8081
androidx-compose-material3 = { group = "androidx.compose.material3", name = "material3", version.ref = "material3" }
8182
androidx-compose-material3-windowSizeClass = { group = "androidx.compose.material3", name = "material3-window-size-class", version.ref = "material3" }
8283
androidx-compose-runtime = { group = "androidx.compose.runtime", name = "runtime" }

gradle/wrapper/gradle-wrapper.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,6 @@
1717
#Sun Sep 17 23:01:33 EEST 2023
1818
distributionBase=GRADLE_USER_HOME
1919
distributionPath=wrapper/dists
20-
distributionUrl=https\://services.gradle.org/distributions/gradle-9.1.0-bin.zip
20+
distributionUrl=https\://services.gradle.org/distributions/gradle-9.2.1-bin.zip
2121
zipStoreBase=GRADLE_USER_HOME
2222
zipStorePath=wrapper/dists

0 commit comments

Comments
 (0)