diff --git a/app/build.gradle b/app/build.gradle index 1901d363..8a003b54 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -8,8 +8,8 @@ android { applicationId = 'com.tutpro.baresip' minSdkVersion 21 targetSdkVersion 32 - versionCode = 223 - versionName = '46.2.0' + versionCode = 224 + versionName = '47.0.0' externalNativeBuild { cmake { cFlags '-DHAVE_INTTYPES_H' @@ -61,7 +61,7 @@ dependencies { implementation "androidx.preference:preference-ktx:1.2.0" implementation "androidx.exifinterface:exifinterface:1.3.3" 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.activity:activity-ktx:1.5.0" implementation "androidx.fragment:fragment-ktx:1.5.0" diff --git a/fastlane/metadata/android/en-US/changelogs/47.0.0.txt b/fastlane/metadata/android/en-US/changelogs/47.0.0.txt new file mode 100644 index 00000000..321df0f3 --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/47.0.0.txt @@ -0,0 +1,3 @@ +- Added support for reliable provisional response messages (RFC 3262) +- Added QUIT action to intent receiver +