aboutsummaryrefslogtreecommitdiff
path: root/app/build.gradle.kts
diff options
context:
space:
mode:
authorHarsh Shandilya <me@msfjarvis.dev>2022-02-20 18:58:35 +0530
committerHarsh Shandilya <me@msfjarvis.dev>2022-02-20 19:01:19 +0530
commit3d0006d610c89f601fef7fa64e1794cd76b47006 (patch)
tree5860930c753dce064abfe71f78efa33029b89fb7 /app/build.gradle.kts
parentf6dd7e338f9e9a58fd7ae641f0aa95f976ed2b6e (diff)
Introduce Sentry for error reporting (#1737)
Diffstat (limited to 'app/build.gradle.kts')
-rw-r--r--app/build.gradle.kts2
1 files changed, 2 insertions, 0 deletions
diff --git a/app/build.gradle.kts b/app/build.gradle.kts
index df8b281b..ebf9a98c 100644
--- a/app/build.gradle.kts
+++ b/app/build.gradle.kts
@@ -10,6 +10,7 @@ plugins {
id("com.github.android-password-store.kotlin-android")
id("com.github.android-password-store.kotlin-kapt")
id("com.github.android-password-store.versioning-plugin")
+ id("com.github.android-password-store.sentry")
id("dagger.hilt.android.plugin")
}
@@ -106,6 +107,7 @@ dependencies {
debugImplementation(libs.thirdparty.leakcanary)
add("nonFreeImplementation", libs.thirdparty.nonfree.googlePlayAuthApiPhone)
+ add("nonFreeImplementation", libs.thirdparty.nonfree.sentry)
androidTestImplementation(libs.bundles.testDependencies)
androidTestImplementation(libs.bundles.androidTestDependencies)