Removed linphone-sdk submodule
This commit is contained in:
parent
1d9227b9b6
commit
ac24369382
3 changed files with 2 additions and 12 deletions
3
.gitmodules
vendored
3
.gitmodules
vendored
|
@ -1,3 +0,0 @@
|
|||
[submodule "linphone-sdk"]
|
||||
path = linphone-sdk
|
||||
url = git@gitlab.linphone.org:BC/public/linphone-sdk.git
|
|
@ -38,14 +38,8 @@ excludePackage.add('**/LICENSE.txt')
|
|||
/////////////////////////
|
||||
|
||||
repositories {
|
||||
if (isLocalAarAvailable()) {
|
||||
flatDir {
|
||||
dirs './linphone-sdk/build/linphone-sdk/bin/outputs/aar/'
|
||||
}
|
||||
} else {
|
||||
maven {
|
||||
url "https://gitlab.linphone.org/BC/public/maven_repository/raw/master"
|
||||
}
|
||||
maven {
|
||||
url "https://gitlab.linphone.org/BC/public/maven_repository/raw/master"
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
@ -1 +0,0 @@
|
|||
Subproject commit 7f5868fd75e65f241df97ca005efcaed25a163de
|
Loading…
Reference in a new issue