Update build.gradle

This commit is contained in:
Kajetan Kazimierczak 2023-10-11 09:35:47 +02:00 committed by GitHub
parent 7e5013e7ca
commit 5d61cd150a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -4,8 +4,8 @@ buildscript {
ext { ext {
buildToolsVersion = "30.0.2" buildToolsVersion = "30.0.2"
minSdkVersion = 21 minSdkVersion = 21
compileSdkVersion = 31 compileSdkVersion = 34
targetSdkVersion = 31 targetSdkVersion = 34
ndkVersion = "21.4.7075529" ndkVersion = "21.4.7075529"
kotlinVersion = "1.6.0" kotlinVersion = "1.6.0"
} }