Looks like F-Droid is now supporting r26

This commit is contained in:
Juha Heinanen
2023-10-03 14:35:43 +03:00
parent f9e37716bf
commit a9ea111015
2 changed files with 3 additions and 8 deletions
+3 -3
View File
@@ -4,14 +4,14 @@ apply plugin: 'kotlin-kapt'
android { android {
compileSdkVersion = 33 compileSdkVersion = 33
ndkVersion '25.2.9519653' ndkVersion '26.0.10792818'
defaultConfig { defaultConfig {
applicationId = 'com.tutpro.baresip' applicationId = 'com.tutpro.baresip'
minSdkVersion 23 minSdkVersion 23
//noinspection OldTargetApi becuase 34 has not been released yet //noinspection OldTargetApi becuase 34 has not been released yet
targetSdkVersion 33 targetSdkVersion 33
versionCode = 293 versionCode = 292
versionName = '58.0.1' versionName = '58.0.0'
externalNativeBuild { externalNativeBuild {
cmake { cmake {
cFlags '-DHAVE_INTTYPES_H -lstdc++' cFlags '-DHAVE_INTTYPES_H -lstdc++'
@@ -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