From 3d0006d610c89f601fef7fa64e1794cd76b47006 Mon Sep 17 00:00:00 2001 From: Harsh Shandilya Date: Sun, 20 Feb 2022 18:58:35 +0530 Subject: Introduce Sentry for error reporting (#1737) --- app/build.gradle.kts | 2 ++ 1 file changed, 2 insertions(+) (limited to 'app/build.gradle.kts') 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) -- cgit v1.2.3