diff options
Diffstat (limited to 'app')
-rw-r--r-- | app/build.gradle | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/app/build.gradle b/app/build.gradle index 1899058e..d38519a2 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -3,7 +3,7 @@ apply plugin: 'com.bugsnag.android.gradle' apply plugin: 'kotlin-android' apply plugin: 'kotlin-android-extensions' apply plugin: 'kotlin-kapt' -apply plugin: 'com.getkeepsafe.dexcount' +//apply plugin: 'com.getkeepsafe.dexcount' apply plugin: 'com.gladed.androidgitversion' @@ -188,7 +188,7 @@ android { // Always show the result of every unit test, even if it passes. all { testLogging { - events 'passed', 'skipped', 'failed', 'standardError' + events 'skipped', 'failed', 'standardError' } } } @@ -268,8 +268,6 @@ dependencies { testImplementation kau.Dependencies.koinTest androidTestImplementation kau.Dependencies.koinTest -// androidTestImplementation "io.mockk:mockk:${Versions.mockk}" - implementation kau.Dependencies.coroutines implementation "org.apache.commons:commons-text:${Versions.apacheCommonsText}" |