From 1f83dfa776e667552cbc435690ca2cac7e5e9159 Mon Sep 17 00:00:00 2001 From: Miguel Ruivo Date: Thu, 16 Aug 2018 12:21:53 +0100 Subject: [PATCH] Update build.gradle --- android/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/android/build.gradle b/android/build.gradle index 6a3c4e1..ce7e1fb 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -35,5 +35,5 @@ android { dependencies { implementation 'in.gauriinfotech:commons:1.0.8' - compileOnly files('tmplibs/flutter.jar') -} \ No newline at end of file + //compileOnly files('tmplibs/flutter.jar') +}