Upgraded Sdk version to 35
This commit is contained in:
+2
-2
@@ -3,12 +3,12 @@ apply plugin: 'kotlin-android'
|
|||||||
apply plugin: 'kotlin-kapt'
|
apply plugin: 'kotlin-kapt'
|
||||||
|
|
||||||
android {
|
android {
|
||||||
compileSdkVersion = 34
|
compileSdk 35
|
||||||
ndkVersion '27.2.12479018'
|
ndkVersion '27.2.12479018'
|
||||||
defaultConfig {
|
defaultConfig {
|
||||||
applicationId = 'com.tutpro.baresip'
|
applicationId = 'com.tutpro.baresip'
|
||||||
minSdkVersion 23
|
minSdkVersion 23
|
||||||
targetSdkVersion 34
|
targetSdkVersion 35
|
||||||
versionCode = 405
|
versionCode = 405
|
||||||
versionName = '61.1.0'
|
versionName = '61.1.0'
|
||||||
externalNativeBuild {
|
externalNativeBuild {
|
||||||
|
|||||||
Reference in New Issue
Block a user