Revert to old way of using AARs...
This commit is contained in:
parent
d14e124cc5
commit
9ebd4e71f1
1 changed files with 3 additions and 2 deletions
|
@ -34,7 +34,7 @@ excludePackage.add('**/LICENSE.txt')
|
||||||
|
|
||||||
repositories {
|
repositories {
|
||||||
maven {
|
maven {
|
||||||
// Switch to release or master branch for release !
|
// Switch to release for releases !
|
||||||
url "https://gitlab.linphone.org/BC/public/maven_repository/raw/snapshots"
|
url "https://gitlab.linphone.org/BC/public/maven_repository/raw/snapshots"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -115,7 +115,8 @@ dependencies {
|
||||||
if (isLocalAarAvailable()) {
|
if (isLocalAarAvailable()) {
|
||||||
implementation project(":linphone-sdk-android")
|
implementation project(":linphone-sdk-android")
|
||||||
} else {
|
} else {
|
||||||
implementation "org.linphone:linphone-sdk-android:4.1"
|
releaseImplementation "org.linphone:linphone-sdk-android:4.1"
|
||||||
|
debugImplementation "org.linphone:linphone-sdk-android:4.1-debug"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
if (firebaseEnabled()) {
|
if (firebaseEnabled()) {
|
||||||
|
|
Loading…
Reference in a new issue