aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAllan Wang <me@allanwang.ca>2020-01-19 21:26:02 -0800
committerAllan Wang <me@allanwang.ca>2020-01-19 21:26:02 -0800
commit68d0efbc9ecb4b04eb7680314a479ec340aaab31 (patch)
tree9632b49e52e2134240714ebea2a40bf66a94ba56
parenta21cd7227f25308b29c27e8534f76e7d279244bb (diff)
downloadfrost-68d0efbc9ecb4b04eb7680314a479ec340aaab31.tar.gz
frost-68d0efbc9ecb4b04eb7680314a479ec340aaab31.tar.bz2
frost-68d0efbc9ecb4b04eb7680314a479ec340aaab31.zip
Disable synthetics feature
-rw-r--r--app/build.gradle2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/build.gradle b/app/build.gradle
index 7c65ea33..60fe385e 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -183,7 +183,7 @@ android {
androidExtensions {
experimental = true
-// features = ["parcelize"]
+ features = ["parcelize"]
}
}