Skip to content

Commit 83a8001

Browse files
committed
build: switch to https urls for submodules
1 parent d60f92e commit 83a8001

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.gitmodules

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
[submodule "ext/android/sdk"]
22
path = ext/android/sdk
3-
url = git@github.com:adjust/android_sdk.git
3+
url = https://github.com/adjust/android_sdk.git
44
branch = master
55
[submodule "ext/ios/sdk"]
66
path = ext/ios/sdk
7-
url = git@github.com:adjust/ios_sdk.git
7+
url = https://github.com/adjust/ios_sdk.git
88
branch = master

0 commit comments

Comments
 (0)