- Upgraded compile and target SDK versions to 29.

This commit is contained in:
Juha Heinanen
2020-04-09 15:48:40 +03:00
parent 624e571993
commit 15d98191b3

View File

@ -3,11 +3,11 @@ apply plugin: 'kotlin-android'
apply plugin: 'kotlin-android-extensions'
android {
compileSdkVersion = 28
compileSdkVersion = 29
defaultConfig {
applicationId = 'com.tutpro.baresip'
minSdkVersion 21
targetSdkVersion 28
targetSdkVersion 29
versionCode = 117
versionName = '17.3.1'
externalNativeBuild {