From 5ceb6a856fa18e772f62dd9cc4f6e2ceaf18064a Mon Sep 17 00:00:00 2001 From: Allan Wang Date: Mon, 8 Oct 2018 22:46:26 -0400 Subject: 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 --- app/build.gradle | 1 + 1 file changed, 1 insertion(+) (limited to 'app/build.gradle') 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' -- cgit v1.2.3