New version 47.0.0
This commit is contained in:
+3
-3
@@ -8,8 +8,8 @@ android {
|
|||||||
applicationId = 'com.tutpro.baresip'
|
applicationId = 'com.tutpro.baresip'
|
||||||
minSdkVersion 21
|
minSdkVersion 21
|
||||||
targetSdkVersion 32
|
targetSdkVersion 32
|
||||||
versionCode = 223
|
versionCode = 224
|
||||||
versionName = '46.2.0'
|
versionName = '47.0.0'
|
||||||
externalNativeBuild {
|
externalNativeBuild {
|
||||||
cmake {
|
cmake {
|
||||||
cFlags '-DHAVE_INTTYPES_H'
|
cFlags '-DHAVE_INTTYPES_H'
|
||||||
@@ -61,7 +61,7 @@ dependencies {
|
|||||||
implementation "androidx.preference:preference-ktx:1.2.0"
|
implementation "androidx.preference:preference-ktx:1.2.0"
|
||||||
implementation "androidx.exifinterface:exifinterface:1.3.3"
|
implementation "androidx.exifinterface:exifinterface:1.3.3"
|
||||||
implementation "androidx.core:core-ktx:1.8.0"
|
implementation "androidx.core:core-ktx:1.8.0"
|
||||||
implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-android:1.6.0-native-mt'
|
implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-android:1.6.1'
|
||||||
implementation "androidx.lifecycle:lifecycle-extensions:2.2.0"
|
implementation "androidx.lifecycle:lifecycle-extensions:2.2.0"
|
||||||
implementation "androidx.activity:activity-ktx:1.5.0"
|
implementation "androidx.activity:activity-ktx:1.5.0"
|
||||||
implementation "androidx.fragment:fragment-ktx:1.5.0"
|
implementation "androidx.fragment:fragment-ktx:1.5.0"
|
||||||
|
|||||||
@@ -0,0 +1,3 @@
|
|||||||
|
- Added support for reliable provisional response messages (RFC 3262)
|
||||||
|
- Added QUIT action to intent receiver
|
||||||
|
|
||||||
Reference in New Issue
Block a user