summaryrefslogtreecommitdiff
path: root/settings.gradle.kts
diff options
context:
space:
mode:
Diffstat (limited to 'settings.gradle.kts')
-rw-r--r--settings.gradle.kts3
1 files changed, 3 insertions, 0 deletions
diff --git a/settings.gradle.kts b/settings.gradle.kts
index e0ab512d..1840ee1c 100644
--- a/settings.gradle.kts
+++ b/settings.gradle.kts
@@ -2,6 +2,7 @@
* Copyright © 2014-2021 The Android Password Store Authors. All Rights Reserved.
* SPDX-License-Identifier: GPL-3.0-only
*/
+@file:Suppress("UnstableApiUsage")
rootProject.name = "APS"
@@ -54,4 +55,6 @@ include("passgen:diceware")
include("passgen:random")
+include("sentry-stub")
+
include("ui-compose")