New version 63.0.0

This commit is contained in:
Juha Heinanen
2024-12-15 09:54:36 +02:00
parent 0a17139f9c
commit d5cc06e543
2 changed files with 7 additions and 3 deletions
+3 -3
View File
@@ -9,8 +9,8 @@ android {
applicationId = 'com.tutpro.baresip'
minSdkVersion 28
targetSdkVersion 35
versionCode = 407
versionName = '62.1.0'
versionCode = 408
versionName = '63.0.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
}