Update build.gradle

This commit is contained in:
Marcos Rodriguez Velez 2024-06-05 23:13:57 -04:00
parent 8fa316c7b0
commit fe2864bd15
No known key found for this signature in database
GPG Key ID: 6030B2F48CCE86D7

View File

@ -3,7 +3,6 @@
buildscript {
ext {
minSdkVersion = 24
supportLibVersion = "28.0.0"
buildToolsVersion = "34.0.0"
compileSdkVersion = 34
targetSdkVersion = 34
@ -67,7 +66,7 @@ subprojects {
if (project.hasProperty("android")) {
android {
buildToolsVersion "34.0.0"
compileSdkVersion 33
compileSdkVersion 34
defaultConfig {
minSdkVersion 24
}