New version 47.0.0

This commit is contained in:
Juha Heinanen
2022-07-07 15:01:23 +03:00
parent ff684ab676
commit b04ed4a2cb
2 changed files with 6 additions and 3 deletions
+3 -3
View File
@@ -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