New version 63.0.0
This commit is contained in:
+3
-3
@@ -9,8 +9,8 @@ android {
|
|||||||
applicationId = 'com.tutpro.baresip'
|
applicationId = 'com.tutpro.baresip'
|
||||||
minSdkVersion 28
|
minSdkVersion 28
|
||||||
targetSdkVersion 35
|
targetSdkVersion 35
|
||||||
versionCode = 407
|
versionCode = 408
|
||||||
versionName = '62.1.0'
|
versionName = '63.0.0'
|
||||||
externalNativeBuild {
|
externalNativeBuild {
|
||||||
cmake {
|
cmake {
|
||||||
cFlags '-DHAVE_INTTYPES_H -lstdc++'
|
cFlags '-DHAVE_INTTYPES_H -lstdc++'
|
||||||
@@ -20,7 +20,7 @@ android {
|
|||||||
}
|
}
|
||||||
ndk {
|
ndk {
|
||||||
// noinspection ChromeOsAbiSupport
|
// noinspection ChromeOsAbiSupport
|
||||||
abiFilters 'armeabi-v7a', 'arm64-v8a', 'x86_64'
|
abiFilters 'armeabi-v7a', 'arm64-v8a' //, 'x86_64'
|
||||||
}
|
}
|
||||||
vectorDrawables.useSupportLibrary = true
|
vectorDrawables.useSupportLibrary = true
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -0,0 +1,4 @@
|
|||||||
|
- Added support for edge-to-edge content display for Android 15 compatibility
|
||||||
|
- Rounded alert dialog corners
|
||||||
|
- Don't automatically show soft keyboard when configuration changes
|
||||||
|
- Added new language (Tamil)
|
||||||
Reference in New Issue
Block a user