Small refactor and add FireBase Crashlitycs.

This commit is contained in:
Thomas Andres Gomez 2023-04-06 10:35:10 +02:00
parent 9c8d05e578
commit f6496e485d
9 changed files with 131 additions and 88 deletions

View file

@ -1,15 +1,15 @@
// Top-level build file where you can add configuration options common to all sub-projects/modules.
buildscript {
repositories {
google()
mavenCentral()
}
dependencies {
classpath 'com.android.tools.build:gradle:7.4.2'
classpath 'org.jetbrains.kotlin:kotlin-gradle-plugin:1.8.10'
classpath "com.google.dagger:hilt-android-gradle-plugin:2.43.2"
classpath 'com.google.gms:google-services:4.3.15'
classpath 'com.google.firebase:firebase-crashlytics-gradle:2.9.4'
}
}