aboutsummaryrefslogtreecommitdiff
path: root/app/build.gradle
diff options
context:
space:
mode:
authorAllan Wang <me@allanwang.ca>2020-06-28 00:59:58 -0700
committerAllan Wang <me@allanwang.ca>2020-06-28 00:59:58 -0700
commit9d0feeed6a6aa4e88a115e06778f215faaefc3a8 (patch)
treef9beb137ec4f375c57ab2c3d322d04b0b9bc43e6 /app/build.gradle
parentc8db2d1d9a3540a39764808b86ddfb92ef97a0e2 (diff)
downloadfrost-9d0feeed6a6aa4e88a115e06778f215faaefc3a8.tar.gz
frost-9d0feeed6a6aa4e88a115e06778f215faaefc3a8.tar.bz2
frost-9d0feeed6a6aa4e88a115e06778f215faaefc3a8.zip
Disable bugsnag
Diffstat (limited to 'app/build.gradle')
-rw-r--r--app/build.gradle4
1 files changed, 1 insertions, 3 deletions
diff --git a/app/build.gradle b/app/build.gradle
index 12f03b83..c8d46967 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -1,5 +1,5 @@
apply plugin: 'com.android.application'
-apply plugin: 'com.bugsnag.android.gradle'
+//apply plugin: 'com.bugsnag.android.gradle'
apply plugin: 'kotlin-android'
apply plugin: 'kotlin-android-extensions'
apply plugin: 'kotlin-kapt'
@@ -350,5 +350,3 @@ task createGithubReleaseApk {
tasks.findByName('testGithubReleaseApk').mustRunAfter 'lintGithubReleaseApk'
tasks.findByName('assembleGithubReleaseApk').mustRunAfter 'testGithubReleaseApk'
}
-
-apply plugin: 'com.bugsnag.android.gradle' \ No newline at end of file