From 0dad7fa4f22ea24582f68e77aa6588323961943e Mon Sep 17 00:00:00 2001 From: Juha Heinanen Date: Fri, 14 Feb 2025 04:32:42 +0200 Subject: [PATCH] New version 63.3.0 --- app/build.gradle | 6 +++--- fastlane/metadata/android/en-US/changelogs/63.3.0.tx | 2 ++ 2 files changed, 5 insertions(+), 3 deletions(-) create mode 100644 fastlane/metadata/android/en-US/changelogs/63.3.0.tx 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))