Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jul 24, 2024
1 parent b6bb012 commit feb688e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ agp = "8.5.1"
appCenter = "5.0.4"
kotlin = "2.0.0"
ksp = "2.0.0-1.0.23"
lifecycle = "2.8.3"
lifecycle = "2.8.4"
materialDialog = "3.3.0"
sealedEnum = "0.7.0"
protobuf = "4.27.2"
Expand All @@ -12,7 +12,7 @@ protobuf = "4.27.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.0" }
androidx-annotation = { module = "androidx.annotation:annotation", version = "1.8.1" }
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
2 changes: 1 addition & 1 deletion settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ dependencyResolutionManagement {
includeBuild("build-logic")

plugins {
id("com.gradle.develocity") version "3.17.5"
id("com.gradle.develocity") version "3.17.6"
id("org.gradle.toolchains.foojay-resolver-convention") version ("0.8.0")
}

Expand Down

0 comments on commit feb688e

Please sign in to comment.