[Android] Remove no longer used gradle options

This commit is contained in:
Saúl Ibarra Corretgé 2017-06-15 10:38:08 -05:00
parent 0b75f5a4d0
commit 617df1c69c
1 changed files with 0 additions and 5 deletions

View File

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