Transfer forks into submodules

This commit is contained in:
Mo Bitar
2017-11-06 14:58:35 -06:00
parent a45d353cf9
commit e2f4e27494
4 changed files with 9 additions and 3 deletions

6
.gitmodules vendored
View File

@@ -1,3 +1,9 @@
[submodule "vendor/react-native-actionsheet"]
path = vendor/react-native-actionsheet
url = git@github.com:mobitar/react-native-actionsheet.git
[submodule "vendor/react-native-aes"]
path = vendor/react-native-aes
url = git@github.com:mobitar/react-native-aes.git
[submodule "vendor/react-native-mail"]
path = vendor/react-native-mail
url = git@github.com:mobitar/react-native-mail.git

View File

@@ -10,7 +10,7 @@ buildscript {
google()
}
dependencies {
classpath 'com.android.tools.build:gradle:3.0.0-beta6'
classpath 'com.android.tools.build:gradle:3.0.0'
classpath 'de.undercouch:gradle-download-task:3.1.2'
// NOTE: Do not place your application dependencies here; they belong