New version 34.0.0
This commit is contained in:
@ -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'
|
||||
|
||||
2
fastlane/metadata/android/en-US/changelogs/34.0.0.txt
Normal file
2
fastlane/metadata/android/en-US/changelogs/34.0.0.txt
Normal file
@ -0,0 +1,2 @@
|
||||
- Added limited support for multiple simultaneously active network interfaces
|
||||
- Show notification when baresip is started without network access
|
||||
Reference in New Issue
Block a user