From a9acbb16b241b44d3ecd2a75c2bde31be575e2b5 Mon Sep 17 00:00:00 2001 From: Allan Wang Date: Sat, 29 Dec 2018 15:10:11 -0500 Subject: Remove paper parcel, resolves #1193 --- app/build.gradle | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'app/build.gradle') diff --git a/app/build.gradle b/app/build.gradle index 5a4acdfb..23ba05d7 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -144,6 +144,10 @@ android { } } + androidExtensions { + experimental = true + } + } repositories { @@ -233,10 +237,6 @@ dependencies { implementation "co.zsmb:materialdrawer-kt:${MATERIAL_DRAWER_KT}" - implementation "nz.bradcampbell:paperparcel:${PAPER_PARCEL}" - implementation "nz.bradcampbell:paperparcel-kotlin:${PAPER_PARCEL}" - kapt "nz.bradcampbell:paperparcel-compiler:${PAPER_PARCEL}" - implementation "com.bugsnag:bugsnag-android:${BUGSNAG}" implementation "com.davemorrissey.labs:subsampling-scale-image-view:${SCALE_IMAGE_VIEW}" -- cgit v1.2.3