settings.gradle 200 Bytes
Newer Older
renato's avatar
renato committed
1 2 3
rootProject.name = 'SimpleFcmClient'

include ':app'
renato's avatar
renato committed
4 5
include ':react-native-fcm'
project(':react-native-fcm').projectDir = new File(rootProject.projectDir, '../node_modules/react-native-fcm/android')