mirror of
https://github.com/standardnotes/mobile.git
synced 2026-04-18 21:29:05 -04:00
Transfer forks into submodules
This commit is contained in:
6
.gitmodules
vendored
6
.gitmodules
vendored
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
2
vendor/react-native-aes
vendored
2
vendor/react-native-aes
vendored
Submodule vendor/react-native-aes updated: 69684e3283...9c581805d4
2
vendor/react-native-mail
vendored
2
vendor/react-native-mail
vendored
Submodule vendor/react-native-mail updated: 1dd9bc83a1...a98b6a25f3
Reference in New Issue
Block a user