New version 53.1.1

This commit is contained in:
Juha Heinanen
2023-03-28 17:58:16 +03:00
parent 4fd794fe86
commit 09b0e874ba
3 changed files with 18 additions and 5 deletions
+4 -3
View File
@@ -9,8 +9,8 @@ android {
applicationId = 'com.tutpro.baresip'
minSdkVersion 21
targetSdkVersion 33
versionCode = 269
versionName = '53.1.0'
versionCode = 270
versionName = '53.1.1'
externalNativeBuild {
cmake {
cFlags '-DHAVE_INTTYPES_H -lstdc++'
@@ -19,7 +19,8 @@ android {
}
}
ndk {
//noinspection ChromeOsAbiSupport
// abiFilters 'armeabi-v7a', 'arm64-v8a', 'x86_64'
// noinspection ChromeOsAbiSupport
abiFilters 'armeabi-v7a', 'arm64-v8a'
}
vectorDrawables.useSupportLibrary = true