diff --git a/app/build.gradle b/app/build.gradle index f93290f1..410ab109 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -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' diff --git a/fastlane/metadata/android/en-US/changelogs/30.0.0.txt b/fastlane/metadata/android/en-US/changelogs/30.0.0.txt new file mode 100644 index 00000000..596a7bc1 --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/30.0.0.txt @@ -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