Update build.gradle

This commit is contained in:
Marcos Rodriguez Velez 2024-06-30 19:50:34 -04:00
parent d229891f29
commit 3f497028a5
No known key found for this signature in database
GPG key ID: 6030B2F48CCE86D7

View file

@ -5,8 +5,8 @@ buildscript {
minSdkVersion = 24
supportLibVersion = "28.0.0"
buildToolsVersion = "34.0.0"
compileSdkVersion = 33
targetSdkVersion = 33
compileSdkVersion = 34
targetSdkVersion = 34
googlePlayServicesVersion = "16.+"
googlePlayServicesIidVersion = "16.0.1"
firebaseVersion = "17.3.4"
@ -63,7 +63,7 @@ subprojects {
if (project.hasProperty("android")) {
android {
buildToolsVersion "34.0.0"
compileSdkVersion 33
compileSdkVersion 34
defaultConfig {
minSdkVersion 24
}