Explorar el Código

Fix minor spelling error in build.gradle (#38)

Conner Owen hace 4 años
padre
commit
0e5236f8b0
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2
    2
      android/build.gradle

+ 2
- 2
android/build.gradle Ver fichero

@@ -1,5 +1,5 @@
1
-def getExtOrDefault(name, defaultVaue) {
2
-  return rootProject.ext.has(name) ? rootProject.ext.get(name) : defaultVaue
1
+def getExtOrDefault(name, defaultValue) {
2
+  return rootProject.ext.has(name) ? rootProject.ext.get(name) : defaultValue
3 3
 }
4 4
 
5 5
 buildscript {