Rahul

Results 1 issues of Rahul

``` apply plugin: 'nebula.lint' gradleLint.rules = ['unused-dependency'] // add as many rules here as you'd like ``` following is the dependencies I have added for firebase. ``` api "com.google.android.gms:play-services-location:15.0.1" api...