diff --git a/app/build.gradle b/app/build.gradle index 64990335..2e6157ba 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -4,14 +4,14 @@ apply plugin: 'kotlin-kapt' android { compileSdkVersion = 33 - ndkVersion '25.2.9519653' + ndkVersion '26.0.10792818' defaultConfig { applicationId = 'com.tutpro.baresip' minSdkVersion 23 //noinspection OldTargetApi becuase 34 has not been released yet targetSdkVersion 33 - versionCode = 293 - versionName = '58.0.1' + versionCode = 292 + versionName = '58.0.0' 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 deleted file mode 100644 index 211ddbd6..00000000 --- a/fastlane/metadata/android/en-US/changelogs/58.0.1.txt +++ /dev/null @@ -1,5 +0,0 @@ -- 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