File tree Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -4,9 +4,7 @@ include ':react-native-spotify-remote'
4
4
project(' :react-native-spotify-remote' ). projectDir = new File (rootProject. projectDir, ' ../node_modules/react-native-spotify-remote/android' )
5
5
6
6
include ' :react-native-events'
7
- def rnevents = new File (rootProject. projectDir, ' ../node_modules/react-native-events/android' )
8
- println (" Adding react native events project: '${ rnevents.path} '" )
9
- project(' :react-native-events' ). projectDir = rnevents
7
+ project(' :react-native-events' ). projectDir = new File (rootProject. projectDir, ' ../node_modules/react-native-events/android' )
10
8
11
9
apply from : file(" ../node_modules/@react-native-community/cli-platform-android/native_modules.gradle" ); applyNativeModulesSettingsGradle(settings)
12
10
You can’t perform that action at this time.
0 commit comments