From f9e37716bf5fb75f78f3c54d3bb6266eaba2983f Mon Sep 17 00:00:00 2001 From: Juha Heinanen Date: Tue, 3 Oct 2023 14:29:30 +0300 Subject: [PATCH] Due to F-Droid issue, reverted NDK version back to r25 --- app/build.gradle | 6 +++--- fastlane/metadata/android/en-US/changelogs/58.0.1.txt | 5 +++++ 2 files changed, 8 insertions(+), 3 deletions(-) create mode 100644 fastlane/metadata/android/en-US/changelogs/58.0.1.txt diff --git a/app/build.gradle b/app/build.gradle index 1bbd84a3..64990335 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -4,14 +4,14 @@ apply plugin: 'kotlin-kapt' android { compileSdkVersion = 33 - ndkVersion "26.0.10792818" + ndkVersion '25.2.9519653' defaultConfig { applicationId = 'com.tutpro.baresip' minSdkVersion 23 //noinspection OldTargetApi becuase 34 has not been released yet targetSdkVersion 33 - versionCode = 292 - versionName = '58.0.0' + versionCode = 293 + versionName = '58.0.1' externalNativeBuild { cmake { cFlags '-DHAVE_INTTYPES_H -lstdc++' diff --git a/fastlane/metadata/android/en-US/changelogs/58.0.1.txt b/fastlane/metadata/android/en-US/changelogs/58.0.1.txt new file mode 100644 index 00000000..211ddbd6 --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/58.0.1.txt @@ -0,0 +1,5 @@ +- Added Reliable Provisional Responses Account Configuration option +- Added Tone Country Audio Configuration option (credits to Robert Averbeck for providing the tone files) +- Fixed AudioManager related SDK version test +- New Spanish, Portuguese and Portuguese (Brazil) translations +- Upstream bug fixes and improvements