aboutsummaryrefslogtreecommitdiff
path: root/app/build.gradle
diff options
context:
space:
mode:
authorAllan Wang <me@allanwang.ca>2018-12-29 15:10:11 -0500
committerAllan Wang <me@allanwang.ca>2018-12-29 15:10:11 -0500
commita9acbb16b241b44d3ecd2a75c2bde31be575e2b5 (patch)
treed4aa913662d89cd04553f884d9c98cdf156ca329 /app/build.gradle
parent625cff050cae2bbdcd4eea49d81233414288b1de (diff)
downloadfrost-a9acbb16b241b44d3ecd2a75c2bde31be575e2b5.tar.gz
frost-a9acbb16b241b44d3ecd2a75c2bde31be575e2b5.tar.bz2
frost-a9acbb16b241b44d3ecd2a75c2bde31be575e2b5.zip
Remove paper parcel, resolves #1193
Diffstat (limited to 'app/build.gradle')
-rw-r--r--app/build.gradle8
1 files changed, 4 insertions, 4 deletions
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}"