Browse Source

[Android] Remove no longer used gradle options

master
Saúl Ibarra Corretgé 8 years ago
parent
commit
617df1c69c
1 changed files with 0 additions and 5 deletions
  1. 0
    5
      android/app/build.gradle

+ 0
- 5
android/app/build.gradle View File

@@ -34,11 +34,6 @@ android {
34 34
     }
35 35
 }
36 36
 
37
-if (project.hasProperty('JITSI_SIGNING')
38
-        && new File(project.property('JITSI_SIGNING')).exists()) {
39
-    apply from: project.property('JITSI_SIGNING');
40
-}
41
-
42 37
 dependencies {
43 38
     compile fileTree(dir: 'libs', include: ['*.jar'])
44 39
 

Loading…
Cancel
Save