geekdroid-firebase/build.gradle.kts
changeset 35 626c1ea36cb9
parent 32 f165a9538ee3
child 39 0559eab9f132
equal deleted inserted replaced
34:3eccd62c03e9 35:626c1ea36cb9
    57     implementation("com.google.firebase:firebase-auth:21.1.0")
    57     implementation("com.google.firebase:firebase-auth:21.1.0")
    58 
    58 
    59     // not firebase but they often work together so here we are
    59     // not firebase but they often work together so here we are
    60     implementation("com.google.android.gms:play-services-location:21.0.1")
    60     implementation("com.google.android.gms:play-services-location:21.0.1")
    61 
    61 
    62     // not firebase but similar to gms api
       
    63     implementation("com.google.android.play:core:1.10.3")
       
    64 
       
    65     // fix for guava conflict
    62     // fix for guava conflict
    66     // firebase depends on a older version of these dependencies while testImplementation dependencies
    63     // firebase depends on a older version of these dependencies while testImplementation dependencies
    67     // depends on new version
    64     // depends on new version
    68     implementation("org.checkerframework:checker-compat-qual:2.5.5")
    65     implementation("org.checkerframework:checker-compat-qual:2.5.5")
    69     implementation("com.google.guava:guava:27.0.1-android")
    66     implementation("com.google.guava:guava:27.0.1-android")