Update build.gradle

This commit is contained in:
Marcos Rodriguez Vélez 2024-07-18 17:17:56 -04:00 committed by GitHub
parent 7be078f342
commit d636517796
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -63,7 +63,7 @@ subprojects {
if (project.hasProperty("android")) {
android {
buildToolsVersion "34.0.0"
compileSdkVersion 33
compileSdkVersion 34
defaultConfig {
minSdkVersion 24
}