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'