diff --git a/app/build.gradle b/app/build.gradle index 5ec363f7..2a00b46d 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -9,8 +9,8 @@ android { applicationId = 'com.tutpro.baresip' minSdkVersion 28 targetSdkVersion 35 - versionCode = 415 - versionName = '63.2.5' + versionCode = 416 + versionName = '63.3.0' externalNativeBuild { cmake { cFlags '-DHAVE_INTTYPES_H -lstdc++' @@ -74,6 +74,6 @@ dependencies { implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-android:1.9.0' implementation "androidx.lifecycle:lifecycle-extensions:2.2.0" implementation "androidx.activity:activity-ktx:1.10.0" - implementation "androidx.fragment:fragment-ktx:1.8.5" + implementation "androidx.fragment:fragment-ktx:1.8.6" implementation 'androidx.media:media:1.7.0' } diff --git a/fastlane/metadata/android/en-US/changelogs/63.3.0.tx b/fastlane/metadata/android/en-US/changelogs/63.3.0.tx new file mode 100644 index 00000000..4551694c --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/63.3.0.tx @@ -0,0 +1,2 @@ +- Allow * and # characters in telephone number +- New translations (Portuguese (Brazil))