aboutsummaryrefslogtreecommitdiff
path: root/app/build.gradle
diff options
context:
space:
mode:
authorAllan Wang <me@allanwang.ca>2021-01-10 18:52:35 -0800
committerGitHub <noreply@github.com>2021-01-10 18:52:35 -0800
commit8a644cabfe32c3bea0fd5fcb557daf8e23efee32 (patch)
treee6f64ecacc58963fddfc414db0210fedd2a37ec7 /app/build.gradle
parent5b301abbaa52a6a82181546e0b86ed36b50189cc (diff)
parentb149a52959fae13717de8c097769311688808bdd (diff)
downloadfrost-8a644cabfe32c3bea0fd5fcb557daf8e23efee32.tar.gz
frost-8a644cabfe32c3bea0fd5fcb557daf8e23efee32.tar.bz2
frost-8a644cabfe32c3bea0fd5fcb557daf8e23efee32.zip
Merge pull request #1740 from AllanWang/remove-bugsnag
Diffstat (limited to 'app/build.gradle')
-rw-r--r--app/build.gradle4
1 files changed, 0 insertions, 4 deletions
diff --git a/app/build.gradle b/app/build.gradle
index 43391c72..1a368f39 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -1,5 +1,4 @@
apply plugin: 'com.android.application'
-apply plugin: 'com.bugsnag.android.gradle'
apply plugin: 'kotlin-android'
apply plugin: 'kotlin-android-extensions'
apply plugin: 'kotlin-kapt'
@@ -139,7 +138,6 @@ android {
signingConfig signingConfigs.debug
resValue "string", "frost_name", "Frost Debug"
resValue "string", "frost_web", "Frost Web Debug"
- ext.enableBugsnag = false
kotlinOptions.freeCompilerArgs += compilerArgs
}
@@ -302,8 +300,6 @@ dependencies {
testImplementation "com.squareup.okhttp3:mockwebserver:${Versions.okhttp}"
androidTestImplementation "com.squareup.okhttp3:mockwebserver:${Versions.okhttp}"
- implementation kau.Dependencies.bugsnag
-
implementation "com.davemorrissey.labs:subsampling-scale-image-view:${Versions.scaleImageView}"
implementation "androidx.room:room-ktx:${Versions.room}"