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'])