New version 30.0.0
This commit is contained in:
@ -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'
|
||||
|
||||
3
fastlane/metadata/android/en-US/changelogs/30.0.0.txt
Normal file
3
fastlane/metadata/android/en-US/changelogs/30.0.0.txt
Normal 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
|
||||
Reference in New Issue
Block a user