New version 30.0.0
This commit is contained in:
+3
-3
@@ -2,13 +2,13 @@ apply plugin: 'com.android.application'
|
|||||||
apply plugin: 'kotlin-android'
|
apply plugin: 'kotlin-android'
|
||||||
|
|
||||||
android {
|
android {
|
||||||
compileSdkVersion = 29
|
compileSdkVersion = 30
|
||||||
defaultConfig {
|
defaultConfig {
|
||||||
applicationId = 'com.tutpro.baresip'
|
applicationId = 'com.tutpro.baresip'
|
||||||
minSdkVersion 21
|
minSdkVersion 21
|
||||||
targetSdkVersion 30
|
targetSdkVersion 30
|
||||||
versionCode = 163
|
versionCode = 164
|
||||||
versionName = '29.2.1'
|
versionName = '30.0.0'
|
||||||
externalNativeBuild {
|
externalNativeBuild {
|
||||||
cmake {
|
cmake {
|
||||||
cFlags '-DHAVE_INTTYPES_H'
|
cFlags '-DHAVE_INTTYPES_H'
|
||||||
|
|||||||
@@ -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
|
||||||
Reference in New Issue
Block a user