Add auto generated configuation
This commit is contained in:
committed by
Jannis Mattheis
parent
6202e88eb7
commit
17ce818d8f
9
android/settings.gradle
Normal file
9
android/settings.gradle
Normal file
@@ -0,0 +1,9 @@
|
||||
rootProject.name = 'gotify'
|
||||
include ':react-native-shared-preferences'
|
||||
project(':react-native-shared-preferences').projectDir = new File(rootProject.projectDir, '../node_modules/react-native-shared-preferences/android')
|
||||
include ':react-native-device-info'
|
||||
project(':react-native-device-info').projectDir = new File(rootProject.projectDir, '../node_modules/react-native-device-info/android')
|
||||
include ':react-native-vector-icons'
|
||||
project(':react-native-vector-icons').projectDir = new File(rootProject.projectDir, '../node_modules/react-native-vector-icons/android')
|
||||
|
||||
include ':app'
|
||||
Reference in New Issue
Block a user