New version 30.0.0

This commit is contained in:
Juha Heinanen
2021-04-30 13:15:02 +03:00
parent 420949a41b
commit e0c40b5125
2 changed files with 6 additions and 3 deletions

View File

@ -2,13 +2,13 @@ apply plugin: 'com.android.application'
apply plugin: 'kotlin-android'
android {
compileSdkVersion = 29
compileSdkVersion = 30
defaultConfig {
applicationId = 'com.tutpro.baresip'
minSdkVersion 21
targetSdkVersion 30
versionCode = 163
versionName = '29.2.1'
versionCode = 164
versionName = '30.0.0'
externalNativeBuild {
cmake {
cFlags '-DHAVE_INTTYPES_H'

View File

@ -0,0 +1,3 @@
- Upgraded target SDK version to API level 30
- In Android versions 10 and above, let user choose the file in
backup, restore, TLS certificate related operations