Catch security exception

This commit is contained in:
MM20
2023-08-27 12:29:12 +02:00
parent ac29dd512c
commit b65ef71c3c
2 changed files with 11 additions and 4 deletions

View File

@@ -47,5 +47,6 @@ dependencies {
implementation(project(":core:permissions"))
implementation(project(":core:base"))
implementation(project(":core:ktx"))
implementation(project(":core:crashreporter"))
}