Updated build.gradle with definitive way of using aars
This commit is contained in:
parent
9c29567b88
commit
60feb938d4
1 changed files with 2 additions and 3 deletions
|
@ -35,7 +35,7 @@ excludePackage.add('**/LICENSE.txt')
|
||||||
repositories {
|
repositories {
|
||||||
maven {
|
maven {
|
||||||
// Switch to release for releases !
|
// 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/master"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -115,8 +115,7 @@ dependencies {
|
||||||
if (isLocalAarAvailable()) {
|
if (isLocalAarAvailable()) {
|
||||||
implementation project(":linphone-sdk-android")
|
implementation project(":linphone-sdk-android")
|
||||||
} else {
|
} else {
|
||||||
releaseImplementation "org.linphone:linphone-sdk-android:4.1+"
|
implementation "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