- Upgraded target SDK version to 27 (Android 8.1)

- By default ZRTP now uses zrtp-hash SDP attribute
This commit is contained in:
Juha Heinanen
2018-09-07 11:14:01 +03:00
parent b16c29ddbd
commit 62cc396ed8
2 changed files with 7 additions and 11 deletions
+5 -5
View File
@@ -2,12 +2,12 @@ apply plugin: 'com.android.application'
apply plugin: 'kotlin-android' apply plugin: 'kotlin-android'
android { android {
compileSdkVersion = 26 compileSdkVersion = 27
buildToolsVersion '27.0.3' buildToolsVersion '27.0.3'
defaultConfig { defaultConfig {
applicationId = 'com.tutpro.baresip' applicationId = 'com.tutpro.baresip'
minSdkVersion 21 minSdkVersion 21
targetSdkVersion 26 targetSdkVersion 27
versionCode = 19 versionCode = 19
versionName = '2.4.0' versionName = '2.4.0'
externalNativeBuild { externalNativeBuild {
@@ -38,10 +38,10 @@ android {
dependencies { dependencies {
implementation fileTree(include: ['*.jar'], dir: 'libs') implementation fileTree(include: ['*.jar'], dir: 'libs')
implementation 'com.android.support:appcompat-v7:26.1.0' implementation 'com.android.support:appcompat-v7:27.1.1'
implementation 'com.android.support.constraint:constraint-layout:1.1.2' implementation 'com.android.support.constraint:constraint-layout:1.1.3'
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version" implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version"
implementation 'com.android.support:design:26.1.0' implementation 'com.android.support:design:27.1.1'
} }
repositories { repositories {
+2 -6
View File
@@ -138,7 +138,6 @@ module_app contact.so
module_app debug_cmd.so module_app debug_cmd.so
#module_app dtmfio.so #module_app dtmfio.so
#module_app echo.so #module_app echo.so
#module_app menu.so
#module_app mwi.so #module_app mwi.so
#module_app natbd.so #module_app natbd.so
#module_app presence.so #module_app presence.so
@@ -148,7 +147,6 @@ module_app debug_cmd.so
#------------------------------------------------------------------------------ #------------------------------------------------------------------------------
# Module parameters # Module parameters
cons_listen 0.0.0.0:5555 cons_listen 0.0.0.0:5555
http_listen 0.0.0.0:8000 http_listen 0.0.0.0:8000
@@ -170,7 +168,5 @@ ice_debug no
ice_nomination regular # {regular,aggressive} ice_nomination regular # {regular,aggressive}
ice_mode full # {full,lite} ice_mode full # {full,lite}
# Menu # ZRTP
statmode_default off zrtp_hash yes
#redial_attempts 3 # Num or <inf>
#redial_delay 5 # Delay in seconds