aboutsummaryrefslogtreecommitdiff
path: root/app/build.gradle
diff options
context:
space:
mode:
authorAllan Wang <me@allanwang.ca>2018-10-08 22:46:26 -0400
committerGitHub <noreply@github.com>2018-10-08 22:46:26 -0400
commit5ceb6a856fa18e772f62dd9cc4f6e2ceaf18064a (patch)
tree39a49a86b4bcf83d1c6823310dd706ee2dd81614 /app/build.gradle
parent7698d12a5a9898d0f7037b821b22c7892df21daa (diff)
downloadfrost-5ceb6a856fa18e772f62dd9cc4f6e2ceaf18064a.tar.gz
frost-5ceb6a856fa18e772f62dd9cc4f6e2ceaf18064a.tar.bz2
frost-5ceb6a856fa18e772f62dd9cc4f6e2ceaf18064a.zip
Fix/misc (#1130)
* Update bugsnag exception filter * Rewrite imageactivity to remove file nullability * Init bugsnag before logging * Add bugsnag tags * Update theme for transitioning to post creation
Diffstat (limited to 'app/build.gradle')
-rw-r--r--app/build.gradle1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/build.gradle b/app/build.gradle
index cc50c583..7e928d7d 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -1,5 +1,6 @@
apply plugin: 'com.android.application'
apply plugin: 'kotlin-android'
+apply plugin: 'kotlin-android-extensions'
apply plugin: 'kotlin-kapt'
apply plugin: 'com.getkeepsafe.dexcount'
apply plugin: 'com.gladed.androidgitversion'