diff options
Diffstat (limited to 'android/app')
| -rw-r--r-- | android/app/build.gradle.kts | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/android/app/build.gradle.kts b/android/app/build.gradle.kts index 56162b54c0..56b6480210 100644 --- a/android/app/build.gradle.kts +++ b/android/app/build.gradle.kts @@ -126,6 +126,9 @@ android { dependsOn(getTasksByName("copyExtraAssets", true)) } + // Suppressing since we don't seem have much of an option than using this api. The impact should + // also be limited to tests. + @Suppress("UnstableApiUsage") testOptions { unitTests.all { test -> test.testLogging { |
