Fix sonar issue: do not ignore result of File:delete().

This commit is contained in:
Benoit Marty 2023-02-01 14:46:00 +01:00
parent d55b6c5e5f
commit 6eaea5bf93
6 changed files with 44 additions and 6 deletions

View file

@ -26,4 +26,5 @@ android {
dependencies {
implementation(libs.timber)
implementation(libs.androidx.corektx)
implementation(projects.libraries.core)
}