New version 49.1.2
This commit is contained in:
@ -9,8 +9,8 @@ android {
|
||||
applicationId = 'com.tutpro.baresip'
|
||||
minSdkVersion 21
|
||||
targetSdkVersion 33
|
||||
versionCode = 237
|
||||
versionName = '49.1.1'
|
||||
versionCode = 238
|
||||
versionName = '49.1.2'
|
||||
externalNativeBuild {
|
||||
cmake {
|
||||
cFlags '-DHAVE_INTTYPES_H -lstdc++'
|
||||
@ -63,7 +63,7 @@ dependencies {
|
||||
implementation 'androidx.localbroadcastmanager:localbroadcastmanager:1.1.0'
|
||||
implementation "androidx.swiperefreshlayout:swiperefreshlayout:1.1.0"
|
||||
implementation "androidx.preference:preference-ktx:1.2.0"
|
||||
implementation "androidx.exifinterface:exifinterface:1.3.3"
|
||||
implementation "androidx.exifinterface:exifinterface:1.3.4"
|
||||
implementation "androidx.core:core-ktx:1.9.0"
|
||||
implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-android:1.6.1'
|
||||
implementation "androidx.lifecycle:lifecycle-extensions:2.2.0"
|
||||
|
||||
1
fastlane/metadata/android/en-US/changelogs/49.1.2.txt
Normal file
1
fastlane/metadata/android/en-US/changelogs/49.1.2.txt
Normal file
@ -0,0 +1 @@
|
||||
- Upstream fix of Media NAT Traversal (STUN/TURN/ICE) bug
|
||||
Reference in New Issue
Block a user