update android sdk

This commit is contained in:
Andrei Yankovich 2021-11-06 19:01:05 +03:00
parent 8d497535e9
commit 442756bcc0

View File

@ -5,7 +5,7 @@ buildscript {
}
dependencies {
classpath 'com.android.tools.build:gradle:3.6.0'
classpath 'com.android.tools.build:gradle:4.1.0'
}
}
@ -37,7 +37,8 @@ android {
compileSdkVersion androidCompileSdkVersion.toInteger()
buildToolsVersion '28.0.3'
buildToolsVersion '31.0.0'
ndkVersion '23.1.7779620'
sourceSets {
main {