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,16 +38,10 @@ excludePackage.add('**/LICENSE.txt')
|
||||||
/////////////////////////
|
/////////////////////////
|
||||||
|
|
||||||
repositories {
|
repositories {
|
||||||
if (isLocalAarAvailable()) {
|
|
||||||
flatDir {
|
|
||||||
dirs './linphone-sdk/build/linphone-sdk/bin/outputs/aar/'
|
|
||||||
}
|
|
||||||
} else {
|
|
||||||
maven {
|
maven {
|
||||||
url "https://gitlab.linphone.org/BC/public/maven_repository/raw/master"
|
url "https://gitlab.linphone.org/BC/public/maven_repository/raw/master"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
|
||||||
|
|
||||||
android {
|
android {
|
||||||
compileSdkVersion 28
|
compileSdkVersion 28
|
||||||
|
|
|
@ -1 +0,0 @@
|
||||||
Subproject commit 7f5868fd75e65f241df97ca005efcaed25a163de
|
|
Loading…
Reference in a new issue