New version 62.0.0

This commit is contained in:
Juha Heinanen
2024-11-21 10:04:01 +02:00
parent 99246bc8a2
commit fc373ca119
2 changed files with 5 additions and 1 deletions

View File

@ -10,7 +10,7 @@ android {
minSdkVersion 28 minSdkVersion 28
targetSdkVersion 35 targetSdkVersion 35
versionCode = 405 versionCode = 405
versionName = '61.1.0' versionName = '62.0.0'
externalNativeBuild { externalNativeBuild {
cmake { cmake {
cFlags '-DHAVE_INTTYPES_H -lstdc++' cFlags '-DHAVE_INTTYPES_H -lstdc++'

View File

@ -0,0 +1,4 @@
- If available, use Acoustic Echo Canceler, Automatic Gain Control, and
Noise Suppressor provided by the device
- Android 9 (API level 28) is now the minimum supported version