From cdc575ff33901df86faa802bd10c8515b7778a66 Mon Sep 17 00:00:00 2001 From: Johan von Forstner Date: Mon, 15 Jun 2020 11:18:43 +0200 Subject: [PATCH] add missing libraries causing crash when using the search form --- app/build.gradle | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/app/build.gradle b/app/build.gradle index 2b9ad74a..a67e95c4 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -106,6 +106,10 @@ dependencies { implementation 'com.google.android.gms:play-services-base:17.3.0' implementation 'com.google.android.gms:play-services-gcm:17.0.0' implementation 'com.google.android.gms:play-services-location:17.0.0' + implementation 'com.google.android.gms:play-services-clearcut:17.0.0' + implementation 'com.android.volley:volley:1.1.1' + implementation 'com.google.code.gson:gson:2.8.6' + implementation 'com.github.bumptech.glide:glide:4.11.0' // navigation library def nav_version = "2.3.0-beta01"