New version 34.0.0

This commit is contained in:
Juha Heinanen
2021-10-05 14:30:05 +03:00
parent 2fd24edfce
commit d85bd7e199
2 changed files with 5 additions and 3 deletions

View File

@ -7,8 +7,8 @@ android {
applicationId = 'com.tutpro.baresip'
minSdkVersion 21
targetSdkVersion 30
versionCode = 177
versionName = '33.0.0'
versionCode = 178
versionName = '34.0.0'
externalNativeBuild {
cmake {
cFlags '-DHAVE_INTTYPES_H'
@ -46,7 +46,7 @@ android {
dependencies {
implementation fileTree(include: ['*.jar'], dir: 'libs')
implementation 'androidx.appcompat:appcompat:1.3.1'
implementation 'androidx.constraintlayout:constraintlayout:2.1.0'
implementation 'androidx.constraintlayout:constraintlayout:2.1.1'
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk8:$kotlin_version"
implementation 'com.google.android.material:material:1.4.0'
implementation 'androidx.cardview:cardview:1.0.0'

View File

@ -0,0 +1,2 @@
- Added limited support for multiple simultaneously active network interfaces
- Show notification when baresip is started without network access