Ajuste general y cambio de paquete

This commit is contained in:
Pablo
2025-05-08 01:22:33 +02:00
parent 54f28ef4e9
commit 0715579ea4
25 changed files with 992 additions and 252 deletions
+5 -2
View File
@@ -1,6 +1,9 @@
// Top-level build file where you can add configuration options common to all sub-projects/modules.
buildscript {
ext {
agp_version = '8.9.0'
}
repositories {
jcenter()
maven {
@@ -9,8 +12,8 @@ buildscript {
google()
}
dependencies {
classpath 'com.android.tools.build:gradle:4.1.1'
classpath 'com.google.gms:google-services:3.1.0'
classpath "com.android.tools.build:gradle:$agp_version"
classpath 'com.google.gms:google-services:4.3.10'
// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files