From 617df1c69c6a6e048a37401ef20fab61453af3aa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sa=C3=BAl=20Ibarra=20Corretg=C3=A9?= Date: Thu, 15 Jun 2017 10:38:08 -0500 Subject: [PATCH] [Android] Remove no longer used gradle options --- android/app/build.gradle | 5 ----- 1 file changed, 5 deletions(-) diff --git a/android/app/build.gradle b/android/app/build.gradle index b18be7c83..ea9cdd46b 100644 --- a/android/app/build.gradle +++ b/android/app/build.gradle @@ -34,11 +34,6 @@ android { } } -if (project.hasProperty('JITSI_SIGNING') - && new File(project.property('JITSI_SIGNING')).exists()) { - apply from: project.property('JITSI_SIGNING'); -} - dependencies { compile fileTree(dir: 'libs', include: ['*.jar'])