Explorar el Código

support gradle turkish locale #3335

Daniel Zlotin hace 6 años
padre
commit
bc175deaf8
Se han modificado 2 ficheros con 3 adiciones y 3 borrados
  1. 1
    1
      lib/android/app/build.gradle
  2. 2
    2
      playground/android/settings.gradle

+ 1
- 1
lib/android/app/build.gradle Ver fichero

29
                 html.enabled true
29
                 html.enabled true
30
             }
30
             }
31
             testLogging {
31
             testLogging {
32
-                events "passed", "skipped", "failed", "standardOut", "standardError"
32
+                events "PASSED", "SKIPPED", "FAILED", "standardOut", "standardError"
33
             }
33
             }
34
             afterSuite { desc, result ->
34
             afterSuite { desc, result ->
35
                 if (!desc.parent) { // will match the outermost suite
35
                 if (!desc.parent) { // will match the outermost suite

+ 2
- 2
playground/android/settings.gradle Ver fichero

1
-rootProject.name = 'playground'
1
+rootProject.name = 'Playground'
2
 
2
 
3
 include ':app'
3
 include ':app'
4
 include ':react-native-navigation'
4
 include ':react-native-navigation'
5
 project(':react-native-navigation').projectDir = new File(rootProject.projectDir, '../../lib/android/app/')
5
 project(':react-native-navigation').projectDir = new File(rootProject.projectDir, '../../lib/android/app/')
6
 
6
 
7
 include ':detox'
7
 include ':detox'
8
-project(':detox').projectDir = new File(rootProject.projectDir, '../../node_modules/detox/android/detox')
8
+project(':detox').projectDir = new File(rootProject.projectDir, '../../node_modules/detox/android/detox')