From 3229e51d01b5bf0f50c472995b1e19fdf67fd482 Mon Sep 17 00:00:00 2001 From: Fabian Zobrist Date: Mon, 21 Sep 2020 08:50:19 +0200 Subject: [PATCH] Add in app review. --- app/build.gradle | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app/build.gradle b/app/build.gradle index 92291c2..e17c743 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -38,6 +38,8 @@ dependencies { implementation 'androidx.core:core-ktx:1.3.1' implementation 'androidx.appcompat:appcompat:1.2.0' implementation 'com.google.android.material:material:1.2.0' + implementation 'com.google.android.play:core:1.8.0' + implementation 'com.google.android.play:core-ktx:1.8.1' implementation 'com.google.code.gson:gson:2.8.5' implementation 'androidx.constraintlayout:constraintlayout:2.0.1' implementation 'androidx.navigation:navigation-fragment-ktx:2.3.0'