New version 49.1.2

This commit is contained in:
Juha Heinanen
2022-10-11 10:50:51 +03:00
parent 1eaa0935f2
commit 7b5459ce31
2 changed files with 4 additions and 3 deletions

View File

@ -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"