diff options
author | renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> | 2024-02-10 03:00:16 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-02-09 21:30:16 +0000 |
commit | a5d127c03226ddbb3c24154ac54b3a7f82b06db7 (patch) | |
tree | 52b7ceb7f92a843362595a497285d1ea3ffe1213 /gradle/libs.versions.toml | |
parent | bf13a2e00def2009da2b70818755ca0a8804dd97 (diff) |
fix(deps): update dependency io.sentry.android.gradle:io.sentry.android.gradle.gradle.plugin to v4.3.0 (#2896)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Diffstat (limited to 'gradle/libs.versions.toml')
-rw-r--r-- | gradle/libs.versions.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 8ed346bd..b5b553ab 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -51,7 +51,7 @@ build-moshi-kotlin = { module = "com.squareup.moshi:moshi-kotlin", version.ref = build-okhttp = "com.squareup.okhttp3:okhttp:4.12.0" build-r8 = "com.android.tools:r8:8.2.42" build-semver = "com.vdurmont:semver4j:3.1.0" -build-sentry = "io.sentry.android.gradle:io.sentry.android.gradle.gradle.plugin:4.2.0" +build-sentry = "io.sentry.android.gradle:io.sentry.android.gradle.gradle.plugin:4.3.0" compose-bom = "androidx.compose:compose-bom:2024.02.00" compose-foundation-core = { module = "androidx.compose.foundation:foundation" } compose-foundation-layout = { module = "androidx.compose.foundation:foundation-layout" } |