Upgraded Sdk version to 35

This commit is contained in:
Juha Heinanen
2024-10-31 15:47:00 +02:00
parent 2bf1969eea
commit b512271e5a

View File

@ -3,12 +3,12 @@ apply plugin: 'kotlin-android'
apply plugin: 'kotlin-kapt'
android {
compileSdkVersion = 34
compileSdk 35
ndkVersion '27.2.12479018'
defaultConfig {
applicationId = 'com.tutpro.baresip'
minSdkVersion 23
targetSdkVersion 34
targetSdkVersion 35
versionCode = 405
versionName = '61.1.0'
externalNativeBuild {