Skip to content

Commit 7a9cf13

Browse files
committed
Update Dependencies
1 parent e52d5eb commit 7a9cf13

2 files changed

Lines changed: 7 additions & 7 deletions

File tree

app/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,4 +54,4 @@ dependencies {
5454
debugImplementation(libs.androidx.compose.ui.test.manifest)
5555
implementation(libs.contacts.android)
5656
implementation(libs.address.formatter.kotlin)
57-
}
57+
}

gradle/libs.versions.toml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
[versions]
22
agp = "9.1.0"
3-
kotlin = "2.3.10"
4-
coreKtx = "1.17.0"
3+
kotlin = "2.3.20"
4+
coreKtx = "1.18.0"
55
junit = "4.13.2"
66
junitVersion = "1.3.0"
77
espressoCore = "3.7.0"
88
appcompat = "1.7.1"
9-
comGoogleAndroidGmsOssLicensesPluginGradlePlugin = "0.10.10"
9+
comGoogleAndroidGmsOssLicensesPluginGradlePlugin = "0.11.0"
1010
contactsAndroid = "0.5.0"
1111
addressFormatterKotlin = "0.4.7"
12-
activityCompose = "1.12.4"
13-
composeUi = "1.10.4"
12+
activityCompose = "1.13.0"
13+
composeUi = "1.10.6"
1414
composeMaterial3 = "1.4.0"
1515
androidxBaselineProfile = "1.4.1"
1616
androidxMacrobenchmark = "1.4.1"
@@ -43,4 +43,4 @@ kotlin-android = { id = "org.jetbrains.kotlin.android", version.ref = "kotlin" }
4343
kotlin-compose = { id = "org.jetbrains.kotlin.plugin.compose", version.ref = "kotlin" }
4444
google-oss-licenses = { id = "com.google.android.gms.oss-licenses-plugin", version.ref = "comGoogleAndroidGmsOssLicensesPluginGradlePlugin" }
4545
androidx-baselineprofile = { id = "androidx.baselineprofile", version.ref = "androidxBaselineProfile" }
46-
androidx-baselineprofile-consumer = { id = "androidx.baselineprofile.consumer", version.ref = "androidxBaselineProfile" }
46+
androidx-baselineprofile-consumer = { id = "androidx.baselineprofile.consumer", version.ref = "androidxBaselineProfile" }

0 commit comments

Comments
 (0)