fix run error

This commit is contained in:
reyniersbram 2023-04-06 21:21:40 +02:00
parent 46824f4498
commit 1765bfd20c
3 changed files with 4 additions and 1 deletions

View file

@ -9,6 +9,8 @@ buildscript {
dependencies {
classpath 'com.google.gms:google-services:4.3.15'
classpath 'com.android.tools.build:gradle:7.2.0'
classpath 'com.google.firebase:firebase-crashlytics-gradle:2.9.4'
}
}// Top-level build file where you can add configuration options common to all sub-projects/modules.
plugins {