File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed
Avatar/src/main/res/drawable Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change @@ -36,6 +36,7 @@ recyclerView = "1.3.2" # TODO: Update to 1.4.0 or later after we bump compileSdk
3636robolectric = " 4.13" # Don't update this because it breaks tests
3737room = " 2.7.2"
3838sentry = " 8.23.0"
39+ sentryPlugin = " 5.12.1"
3940splitties = " 3.0.0"
4041stethoOkhttp3 = " 1.6.0"
4142swipeRefreshLayout = " 1.1.0"
@@ -141,3 +142,4 @@ kotlin-android = { id = "org.jetbrains.kotlin.android" }
141142kotlin-parcelize = { id = " kotlin-parcelize" }
142143ksp = { id = " com.google.devtools.ksp" }
143144ktlint = { id = " org.jlleitschuh.gradle.ktlint" , version.ref = " ktlintPlugin" }
145+ sentry-plugin = { id = " io.sentry.android.gradle" , version.ref = " sentryPlugin" }
You can’t perform that action at this time.
0 commit comments