- Upgraded compile and target SDK versions to 29.
This commit is contained in:
@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user