mirror of
https://gitlab.linphone.org/BC/public/linphone-android.git
synced 2026-01-17 11:28:06 +00:00
Fix build because gradle 3.1 disapeared from google servers, and update mediastreamer2 to fix an issue with flow controllers.
This commit is contained in:
parent
5a0d9c08de
commit
4e064bd5d1
4 changed files with 5 additions and 4 deletions
|
|
@ -19,7 +19,7 @@ buildscript {
|
|||
jcenter()
|
||||
}
|
||||
dependencies {
|
||||
classpath 'com.android.tools.build:gradle:3.1.0'
|
||||
classpath 'com.android.tools.build:gradle:3.3.0'
|
||||
if (googleFile.exists()) {
|
||||
classpath 'com.google.gms:google-services:3.1.0'
|
||||
}
|
||||
|
|
|
|||
2
gradle/wrapper/gradle-wrapper.properties
vendored
2
gradle/wrapper/gradle-wrapper.properties
vendored
|
|
@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
|
|||
distributionPath=wrapper/dists
|
||||
zipStoreBase=GRADLE_USER_HOME
|
||||
zipStorePath=wrapper/dists
|
||||
distributionUrl=https\://services.gradle.org/distributions/gradle-4.7-all.zip
|
||||
distributionUrl=https\://services.gradle.org/distributions/gradle-4.10.1-all.zip
|
||||
|
|
|
|||
|
|
@ -32,7 +32,8 @@ playback_dev_id=
|
|||
ringer_dev_id=
|
||||
capture_dev_id=
|
||||
dtmf_player_amp=0.1
|
||||
ec_filter=MSWebRTCAEC
|
||||
#ec_filter=MSWebRTCAEC
|
||||
|
||||
|
||||
#remove this property for any application that is not Linphone public version itself
|
||||
ec_calibrator_cool_tones=1
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
Subproject commit c54e7d15df4485f21ce9419fd95bbfc569f4d665
|
||||
Subproject commit a64b59653b09852490acb3b642e4435d989097db
|
||||
Loading…
Add table
Reference in a new issue