From e9065632c6193736a2f539cc5f8906db4855c3ac Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pedro=20J=2E=20Est=C3=A9banez?= Date: Wed, 7 Sep 2016 02:36:11 +0200 Subject: [PATCH] Fix (potentially) Android libs packaging issue (#5645) --- platform/android/build.gradle.template | 1 - 1 file changed, 1 deletion(-) diff --git a/platform/android/build.gradle.template b/platform/android/build.gradle.template index 24951b921be..873eef05662 100644 --- a/platform/android/build.gradle.template +++ b/platform/android/build.gradle.template @@ -67,7 +67,6 @@ android { $$GRADLE_ASSET_DIRS$$ ] jniLibs.srcDirs = [ - 'libs' $$GRADLE_JNI_DIRS$$ ] }