diff options
author | Allan Wang <me@allanwang.ca> | 2020-01-19 21:26:02 -0800 |
---|---|---|
committer | Allan Wang <me@allanwang.ca> | 2020-01-19 21:26:02 -0800 |
commit | 68d0efbc9ecb4b04eb7680314a479ec340aaab31 (patch) | |
tree | 9632b49e52e2134240714ebea2a40bf66a94ba56 | |
parent | a21cd7227f25308b29c27e8534f76e7d279244bb (diff) | |
download | frost-68d0efbc9ecb4b04eb7680314a479ec340aaab31.tar.gz frost-68d0efbc9ecb4b04eb7680314a479ec340aaab31.tar.bz2 frost-68d0efbc9ecb4b04eb7680314a479ec340aaab31.zip |
Disable synthetics feature
-rw-r--r-- | app/build.gradle | 2 |
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"] } } |