Skip to content

Commit 4989477

Browse files
chore: Move Sentry plugin to Core
1 parent 4885512 commit 4989477

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

Avatar/src/main/res/drawable/ic_exemple_drawable_res.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0" encoding="utf-8"?><!--
2-
~ Infomaniak Mail - Android
2+
~ Infomaniak Core - Android
33
~ Copyright (C) 2023-2024 Infomaniak Network SA
44
~
55
~ This program is free software: you can redistribute it and/or modify

gradle/core.versions.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ recyclerView = "1.3.2" # TODO: Update to 1.4.0 or later after we bump compileSdk
3636
robolectric = "4.13" # Don't update this because it breaks tests
3737
room = "2.7.2"
3838
sentry = "8.23.0"
39+
sentryPlugin = "5.12.1"
3940
splitties = "3.0.0"
4041
stethoOkhttp3 = "1.6.0"
4142
swipeRefreshLayout = "1.1.0"
@@ -141,3 +142,4 @@ kotlin-android = { id = "org.jetbrains.kotlin.android" }
141142
kotlin-parcelize = { id = "kotlin-parcelize" }
142143
ksp = { id = "com.google.devtools.ksp" }
143144
ktlint = { id = "org.jlleitschuh.gradle.ktlint", version.ref = "ktlintPlugin" }
145+
sentry-plugin = { id = "io.sentry.android.gradle", version.ref = "sentryPlugin" }

0 commit comments

Comments
 (0)