Skip to content

Commit 5081e77

Browse files
committed
small amount of cleanup
1 parent 2560e59 commit 5081e77

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

example/android/settings.gradle

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,7 @@ include ':react-native-spotify-remote'
44
project(':react-native-spotify-remote').projectDir = new File(rootProject.projectDir, '../node_modules/react-native-spotify-remote/android')
55

66
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')
108

119
apply from: file("../node_modules/@react-native-community/cli-platform-android/native_modules.gradle"); applyNativeModulesSettingsGradle(settings)
1210

0 commit comments

Comments
 (0)