diff options
author | Allan Wang <me@allanwang.ca> | 2020-06-27 23:48:00 -0700 |
---|---|---|
committer | Allan Wang <me@allanwang.ca> | 2020-06-27 23:48:00 -0700 |
commit | 36d707365facb93b9b4e593027fbe9939c46b1c0 (patch) | |
tree | 5fa0b24cc30bc929f5e36bd29d83007c79da3aac /app | |
parent | 3a3dbbd3e57ecb49c6cc18d20cf2680725ccbfee (diff) | |
download | frost-36d707365facb93b9b4e593027fbe9939c46b1c0.tar.gz frost-36d707365facb93b9b4e593027fbe9939c46b1c0.tar.bz2 frost-36d707365facb93b9b4e593027fbe9939c46b1c0.zip |
Update AS and gradle
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}" |