This repository was archived by the owner on Jun 17, 2024. It is now read-only.
File tree 4 files changed +6
-6
lines changed
components/lib/crash-sentry
plugins/dependencies/src/main/java
4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -31,8 +31,8 @@ dependencies {
31
31
implementation project(' :support-utils' )
32
32
implementation project(' :lib-crash' )
33
33
34
- implementation ComponentsDependencies . thirdparty_sentry_latest
35
- testImplementation ComponentsDependencies . thirdparty_sentry_latest
34
+ implementation ComponentsDependencies . thirdparty_sentry
35
+ testImplementation ComponentsDependencies . thirdparty_sentry
36
36
37
37
testImplementation project(' :support-test' )
38
38
testImplementation ComponentsDependencies . androidx_test_core
Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ object Versions {
35
35
const val detekt = " 1.23.3"
36
36
const val ktlint = " 0.49.1"
37
37
38
- const val sentry_latest = " 6.27.0 "
38
+ const val sentry = " 6.33.1 "
39
39
40
40
const val zxing = " 3.5.2"
41
41
@@ -200,7 +200,7 @@ object ComponentsDependencies {
200
200
201
201
const val thirdparty_okhttp = " com.squareup.okhttp3:okhttp:${Versions .okhttp} "
202
202
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 } "
204
204
const val thirdparty_zxing = " com.google.zxing:core:${Versions .zxing} "
205
205
const val thirdparty_disklrucache = " com.jakewharton:disklrucache:${Versions .disklrucache} "
206
206
/* *
Original file line number Diff line number Diff line change @@ -511,7 +511,7 @@ dependencies {
511
511
implementation ComponentsDependencies . androidx_coordinatorlayout
512
512
implementation FenixDependencies . google_accompanist_drawablepainter
513
513
514
- implementation ComponentsDependencies . thirdparty_sentry_latest
514
+ implementation ComponentsDependencies . thirdparty_sentry
515
515
516
516
implementation project(' :compose-awesomebar' )
517
517
implementation project(' :compose-cfr' )
Original file line number Diff line number Diff line change @@ -233,7 +233,7 @@ dependencies {
233
233
234
234
implementation ComponentsDependencies . google_material
235
235
236
- implementation ComponentsDependencies . thirdparty_sentry_latest
236
+ implementation ComponentsDependencies . thirdparty_sentry
237
237
238
238
implementation project(' :browser-engine-gecko' )
239
239
implementation project(' :browser-domains' )
You can’t perform that action at this time.
0 commit comments