add missing dependencies for places library 3.1.0

This commit is contained in:
johan12345
2020-06-16 22:56:26 +02:00
parent 2208e093e7
commit 884172b9f8

View File

@@ -110,6 +110,8 @@ dependencies {
implementation 'com.google.android.gms:play-services-tasks:17.1.0'
implementation 'com.google.auto.value:auto-value-annotations:1.6.3'
implementation 'com.google.code.gson:gson:2.8.6'
implementation 'com.google.android.datatransport:transport-runtime:2.2.3'
implementation 'androidx.lifecycle:lifecycle-extensions:2.2.0'
// navigation library
def nav_version = "2.3.0-rc01"