1. back to Android API target 29 due to

https://github.com/golang/go/issues/40569
This commit is contained in:
vadym 2021-03-21 13:25:03 +02:00
parent bed0dc9b62
commit b3ce64edd4

View File

@ -3,12 +3,12 @@ apply plugin: 'kotlin-android'
apply plugin: 'kotlin-android-extensions'
android {
compileSdkVersion 30
compileSdkVersion 29
defaultConfig {
applicationId "io.github.chronosx88.yggdrasil"
minSdkVersion 15
targetSdkVersion 30
versionCode 17
targetSdkVersion 29
versionCode 18
versionName "1.7"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
setProperty("archivesBaseName", project.getParent().name+"-"+versionName)