Skip to content
This repository was archived by the owner on Jun 17, 2024. It is now read-only.

Commit 4020148

Browse files
rvandermeulenmergify[bot]
authored andcommitted
Bug 1857093 - Update Sentry to version 6.33.1
1 parent d89c4db commit 4020148

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

android-components/components/lib/crash-sentry/build.gradle

+2-2
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@ dependencies {
3131
implementation project(':support-utils')
3232
implementation project(':lib-crash')
3333

34-
implementation ComponentsDependencies.thirdparty_sentry_latest
35-
testImplementation ComponentsDependencies.thirdparty_sentry_latest
34+
implementation ComponentsDependencies.thirdparty_sentry
35+
testImplementation ComponentsDependencies.thirdparty_sentry
3636

3737
testImplementation project(':support-test')
3838
testImplementation ComponentsDependencies.androidx_test_core

android-components/plugins/dependencies/src/main/java/DependenciesPlugin.kt

+2-2
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ object Versions {
3535
const val detekt = "1.23.3"
3636
const val ktlint = "0.49.1"
3737

38-
const val sentry_latest = "6.27.0"
38+
const val sentry = "6.33.1"
3939

4040
const val zxing = "3.5.2"
4141

@@ -200,7 +200,7 @@ object ComponentsDependencies {
200200

201201
const val thirdparty_okhttp = "com.squareup.okhttp3:okhttp:${Versions.okhttp}"
202202
const val thirdparty_okhttp_urlconnection = "com.squareup.okhttp3:okhttp-urlconnection:${Versions.okhttp}"
203-
const val thirdparty_sentry_latest = "io.sentry:sentry-android:${Versions.sentry_latest}"
203+
const val thirdparty_sentry = "io.sentry:sentry-android:${Versions.sentry}"
204204
const val thirdparty_zxing = "com.google.zxing:core:${Versions.zxing}"
205205
const val thirdparty_disklrucache = "com.jakewharton:disklrucache:${Versions.disklrucache}"
206206
/**

fenix/app/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -511,7 +511,7 @@ dependencies {
511511
implementation ComponentsDependencies.androidx_coordinatorlayout
512512
implementation FenixDependencies.google_accompanist_drawablepainter
513513

514-
implementation ComponentsDependencies.thirdparty_sentry_latest
514+
implementation ComponentsDependencies.thirdparty_sentry
515515

516516
implementation project(':compose-awesomebar')
517517
implementation project(':compose-cfr')

focus-android/app/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -233,7 +233,7 @@ dependencies {
233233

234234
implementation ComponentsDependencies.google_material
235235

236-
implementation ComponentsDependencies.thirdparty_sentry_latest
236+
implementation ComponentsDependencies.thirdparty_sentry
237237

238238
implementation project(':browser-engine-gecko')
239239
implementation project(':browser-domains')

0 commit comments

Comments
 (0)