Explorar el Código

[Android] Fix gradle warning

This setting is no longer used.
master
Saúl Ibarra Corretgé hace 8 años
padre
commit
99fd325a51
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  1. 0
    1
      android/sdk/build.gradle

+ 0
- 1
android/sdk/build.gradle Ver fichero

@@ -7,7 +7,6 @@ android {
7 7
     defaultConfig {
8 8
         minSdkVersion rootProject.ext.minSdkVersion
9 9
         targetSdkVersion rootProject.ext.targetSdkVersion
10
-        publishNonDefault true
11 10
     }
12 11
 
13 12
     buildTypes {

Loading…
Cancelar
Guardar