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 Oct 16, 2024
1 parent f376784 commit 35719f4
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.7.0"
agp = "8.7.1"
appCenter = "5.0.5"
kotlin = "2.0.21"
ksp = "2.0.20-1.0.25"
ksp = "2.0.21-1.0.25"
lifecycle = "2.8.6"
materialDialog = "3.3.0"
sealedEnum = "0.7.0"
Expand All @@ -12,7 +12,7 @@ protobuf = "4.28.2"
appcenter-analytics = { module = "com.microsoft.appcenter:appcenter-analytics", version.ref = "appCenter" }
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.8.2" }
androidx-annotation = { module = "androidx.annotation:annotation", version = "1.9.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" }
Expand Down

0 comments on commit 35719f4

Please sign in to comment.