Skip to content

Commit

Permalink
fix(deps): update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Mar 8, 2024
1 parent 91bdcbc commit c4534fa
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
[versions]
agp = "8.3.0"
appCenter = "5.0.4"
kotlin = "1.9.22"
ksp = "1.9.22-1.0.18"
kotlin = "1.9.23"
ksp = "1.9.23-1.0.19"
lifecycle = "2.7.0"
materialDialog = "3.3.0"
sealedEnum = "0.7.0"
Expand All @@ -12,7 +12,7 @@ appcenter-analytics = { module = "com.microsoft.appcenter:appcenter-analytics",
appcenter-crashes = { module = "com.microsoft.appcenter:appcenter-crashes", version.ref = "appCenter" }
android-tools = { module = "com.android.tools.build:gradle", version.ref = "agp" }
androidx-annotation = { module = "androidx.annotation:annotation", version = "1.7.1" }
androidx-browser = { module = "androidx.browser:browser", version = "1.7.0" }
androidx-browser = { module = "androidx.browser:browser", version = "1.8.0" }
androidx-constraintlayout = { module = "androidx.constraintlayout:constraintlayout", version = "2.1.4" }
androidx-recyclerview = { module = "androidx.recyclerview:recyclerview", version = "1.3.2" }
androidx-core-ktx = { module = "androidx.core:core-ktx", version = "1.12.0" }
Expand Down

0 comments on commit c4534fa

Please sign in to comment.