Madeleine

This commit is contained in:
An Bui 2025-03-23 17:28:36 +07:00
parent 1120185df9
commit dbbb09159c
45 changed files with 307 additions and 30 deletions

View file

@ -8,8 +8,8 @@ buildscript {
dependencies {
classpath 'com.android.tools.build:gradle:8.9.0' // Android Gradle plugin
// Add other classpaths like Google Services and Firebase Crashlytics if needed here.
classpath 'com.google.gms:google-services:4.4.0' // assuming you need it for your project
classpath 'com.google.firebase:firebase-crashlytics-gradle:2.9.9'
classpath 'com.google.gms:google-services:4.4.2' // assuming you need it for your project
classpath 'com.google.firebase:firebase-crashlytics-gradle:3.0.3'
// assuming you need it for project
}
}