Skip to content

Commit 1bc3341

Browse files
authored
Merge pull request #289 from open-eid/MOPPAND-1690
AGP and Gradle dependencies review and update.
2 parents 5ba69d8 + 75c3ccd commit 1bc3341

File tree

2 files changed

+21
-18
lines changed

2 files changed

+21
-18
lines changed

app/build.gradle.kts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -162,6 +162,7 @@ dependencies {
162162
implementation(libs.androidx.core.ktx)
163163
implementation(libs.androidx.appcompat)
164164
implementation(libs.material)
165+
implementation(libs.androidx.documentfile)
165166
implementation(libs.androidx.lifecycle.runtime.ktx)
166167
implementation(libs.androidx.activity.compose)
167168
implementation(platform(libs.androidx.compose.bom))

gradle/libs.versions.toml

Lines changed: 20 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -5,44 +5,45 @@ targetSdkVersion = "36"
55
versionCode = "74" # Updated via CodeMagic pipeline.
66
versionName = "3.0.1"
77

8-
agp = "8.11.1"
9-
algp = "8.11.1"
10-
kotlin = "2.2.10"
8+
agp = "8.13.0"
9+
algp = "8.13.0"
10+
kotlin = "2.2.21"
1111
coreKtx = "1.17.0"
1212
junit = "4.13.2"
1313
junitVersion = "1.3.0"
1414
espressoCore = "3.7.0"
15-
activityCompose = "1.10.1"
16-
lifecycleRuntimeKtx = "2.9.2"
17-
navigationCompose = "2.9.3"
15+
activityCompose = "1.11.0"
16+
lifecycleRuntimeKtx = "2.9.4"
17+
navigationCompose = "2.9.5"
1818
constraintlayoutCompose = "1.1.1"
19-
composeBom = "2025.08.00"
19+
composeBom = "2025.09.00"
2020
coreSplashscreen = "1.0.1"
21+
documentfile = "1.1.0"
2122
jlleitschuhKtlint = "13.1.0"
22-
dagger = "2.57.1"
23-
hilt = "1.2.0"
23+
dagger = "2.57.2"
24+
hilt = "1.3.0"
2425
appcompat = "1.7.1"
25-
material = "1.12.0"
26-
mockito = "5.19.0"
27-
mockito-kotlin = "6.0.0"
26+
material = "1.13.0"
27+
mockito = "5.20.0"
28+
mockito-kotlin = "6.1.0"
2829
kotlinx-coroutines-test = "1.10.2"
29-
gson = "2.13.1"
30-
jackson-databind = "2.19.2"
30+
gson = "2.13.2"
31+
jackson-databind = "2.20.0"
3132
threegpp-telecom-charsets = "1.0.1"
3233
commons-io = "2.20.0"
3334
commons-text = "1.14.0"
3435
commonsCodec = "1.19.0"
35-
bouncy-castle = "1.81"
36-
okhttp = "5.1.0"
36+
bouncy-castle = "1.82"
37+
okhttp = "5.2.1"
3738
retrofit = "3.0.0"
3839
preferencex = "1.1.0"
3940
androidx-security-crypto = "1.1.0"
4041
pdfbox-android = "2.0.27.0"
41-
guava = "33.4.8-android"
42+
guava = "33.5.0-android"
4243
coreKtxVersion = "1.7.0"
4344
androidx-arch-core-testing = "2.2.0"
4445
firebaseCrashlytics = "3.0.6"
45-
googleServices = "4.4.3"
46+
googleServices = "4.4.4"
4647
firebaseCrashlyticsKtx = "19.4.4"
4748
kotlinxCoroutinesRx3 = "1.10.2"
4849
cdoc4j = "1.5"
@@ -62,6 +63,7 @@ androidx-lifecycle-runtime-ktx = { group = "androidx.lifecycle", name = "lifecyc
6263
androidx-activity-compose = { group = "androidx.activity", name = "activity-compose", version.ref = "activityCompose" }
6364
androidx-compose-bom = { group = "androidx.compose", name = "compose-bom", version.ref = "composeBom" }
6465
androidx-core-splashscreen = { group = "androidx.core", name = "core-splashscreen", version.ref = "coreSplashscreen" }
66+
androidx-documentfile = { group = "androidx.documentfile", name = "documentfile", version.ref = "documentfile" }
6567
androidx-ui = { group = "androidx.compose.ui", name = "ui" }
6668
androidx-ui-graphics = { group = "androidx.compose.ui", name = "ui-graphics" }
6769
androidx-ui-tooling = { group = "androidx.compose.ui", name = "ui-tooling" }

0 commit comments

Comments
 (0)