diff --git a/app/build.gradle b/app/build.gradle index ed0a7ea0..f9b1602c 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -9,8 +9,8 @@ android { applicationId = 'com.tutpro.baresip' minSdkVersion 21 targetSdkVersion 33 - versionCode = 238 - versionName = '49.1.2' + versionCode = 239 + versionName = '49.1.3' externalNativeBuild { cmake { cFlags '-DHAVE_INTTYPES_H -lstdc++' @@ -58,7 +58,7 @@ dependencies { implementation 'androidx.appcompat:appcompat:1.5.1' implementation 'androidx.constraintlayout:constraintlayout:2.1.4' implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk8:$kotlin_version" - implementation 'com.google.android.material:material:1.6.1' + implementation 'com.google.android.material:material:1.7.0' implementation 'androidx.cardview:cardview:1.0.0' implementation 'androidx.localbroadcastmanager:localbroadcastmanager:1.1.0' implementation "androidx.swiperefreshlayout:swiperefreshlayout:1.1.0" diff --git a/fastlane/metadata/android/en-US/changelogs/49.1.3.txt b/fastlane/metadata/android/en-US/changelogs/49.1.3.txt new file mode 100644 index 00000000..e98e659d --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/49.1.3.txt @@ -0,0 +1 @@ +- Upstream fix of codec negotiation