#44 first try at firebase use-cases
This commit is contained in:
parent
27c45842f2
commit
46824f4498
16 changed files with 294 additions and 7 deletions
|
@ -6,6 +6,10 @@ buildscript {
|
|||
espressoVersion = '3.4.0'
|
||||
kotlinVersion = '1.6.10'
|
||||
}
|
||||
|
||||
dependencies {
|
||||
classpath 'com.google.gms:google-services:4.3.15'
|
||||
}
|
||||
}// Top-level build file where you can add configuration options common to all sub-projects/modules.
|
||||
plugins {
|
||||
id 'com.android.application' version '7.4.2' apply false
|
||||
|
@ -15,3 +19,4 @@ plugins {
|
|||
// Hilt
|
||||
id 'com.google.dagger.hilt.android' version '2.44' apply false
|
||||
}
|
||||
|
||||
|
|
Reference in a new issue