[Android] Remove no longer used gradle options
This commit is contained in:
parent
0b75f5a4d0
commit
617df1c69c
|
@ -34,11 +34,6 @@ android {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
if (project.hasProperty('JITSI_SIGNING')
|
|
||||||
&& new File(project.property('JITSI_SIGNING')).exists()) {
|
|
||||||
apply from: project.property('JITSI_SIGNING');
|
|
||||||
}
|
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
compile fileTree(dir: 'libs', include: ['*.jar'])
|
compile fileTree(dir: 'libs', include: ['*.jar'])
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue