|
|
|
@ -34,6 +34,10 @@ android { |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
configurations { |
|
|
|
|
|
|
|
all*.exclude group: 'com.google.guava', module: 'listenablefuture' |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
dependencies { |
|
|
|
dependencies { |
|
|
|
@ -47,6 +51,9 @@ dependencies { |
|
|
|
implementation 'androidx.constraintlayout:constraintlayout:1.1.3' |
|
|
|
implementation 'androidx.constraintlayout:constraintlayout:1.1.3' |
|
|
|
implementation 'androidx.lifecycle:lifecycle-extensions:2.0.0' |
|
|
|
implementation 'androidx.lifecycle:lifecycle-extensions:2.0.0' |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
// Places |
|
|
|
|
|
|
|
implementation 'com.google.android.libraries.places:places:1.0.0' |
|
|
|
|
|
|
|
|
|
|
|
// Firebase |
|
|
|
// Firebase |
|
|
|
implementation 'com.google.firebase:firebase-core:16.0.7' |
|
|
|
implementation 'com.google.firebase:firebase-core:16.0.7' |
|
|
|
|
|
|
|
|
|
|
|
|