Browse Source

try to fix android build

Guy Carmeli 5 years ago
parent
commit
507b675812
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      playground/android/build.gradle

+ 1
- 1
playground/android/build.gradle View File

28
             // All of React Native (JS, Obj-C sources, Android binaries) is installed from npm
28
             // All of React Native (JS, Obj-C sources, Android binaries) is installed from npm
29
             url "$rootDir/../../node_modules/react-native/android"
29
             url "$rootDir/../../node_modules/react-native/android"
30
         }
30
         }
31
+        maven { url "$rootDir/../../node_modules/detox/Detox-android" }
31
         maven { url 'https://jitpack.io' }
32
         maven { url 'https://jitpack.io' }
32
         maven { url 'https://oss.sonatype.org/content/repositories/snapshots' }
33
         maven { url 'https://oss.sonatype.org/content/repositories/snapshots' }
33
         maven { url "$rootDir/../../node_modules/jsc-android/dist" }
34
         maven { url "$rootDir/../../node_modules/jsc-android/dist" }
34
-        maven { url "$rootDir/../../node_modules/detox/Detox-android" }
35
     }
35
     }
36
 }
36
 }