New version 62.1.0
This commit is contained in:
@ -9,8 +9,8 @@ android {
|
||||
applicationId = 'com.tutpro.baresip'
|
||||
minSdkVersion 28
|
||||
targetSdkVersion 35
|
||||
versionCode = 406
|
||||
versionName = '62.0.0'
|
||||
versionCode = 407
|
||||
versionName = '62.1.0'
|
||||
externalNativeBuild {
|
||||
cmake {
|
||||
cFlags '-DHAVE_INTTYPES_H -lstdc++'
|
||||
@ -20,7 +20,7 @@ android {
|
||||
}
|
||||
ndk {
|
||||
// noinspection ChromeOsAbiSupport
|
||||
abiFilters 'armeabi-v7a', 'arm64-v8a', 'x86_64'
|
||||
abiFilters 'armeabi-v7a', 'arm64-v8a'//, 'x86_64'
|
||||
}
|
||||
vectorDrawables.useSupportLibrary = true
|
||||
}
|
||||
|
||||
4
fastlane/metadata/android/en-US/changelogs/62.1.0.txt
Normal file
4
fastlane/metadata/android/en-US/changelogs/62.1.0.txt
Normal file
@ -0,0 +1,4 @@
|
||||
- Opt out edge-to-edge enforcement for Android 15 compatibility
|
||||
- Avoid crashes in BootCompletedReceiver and when checking outbound proxy URI
|
||||
- New Finnish, Bulgarian, Japanese, Portuguese (Brazil), Spanish, Czech,
|
||||
and Polish translations
|
||||
Reference in New Issue
Block a user