From a264011f9349da1bc160090e0d6af88a8b5b4150 Mon Sep 17 00:00:00 2001 From: Sophie Taylor Date: Mon, 20 Feb 2017 07:51:57 +1000 Subject: [PATCH] Enable compilation with Jack --- unifiednlp-backend-sample/build.gradle | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/unifiednlp-backend-sample/build.gradle b/unifiednlp-backend-sample/build.gradle index 450fd75..fe63144 100644 --- a/unifiednlp-backend-sample/build.gradle +++ b/unifiednlp-backend-sample/build.gradle @@ -33,4 +33,9 @@ dependencies { android { compileSdkVersion 24 buildToolsVersion "24.0.3" + defaultConfig { + jackOptions { + enabled true + } + } }