From e74ab195aae1dfc116d8eb9b354e6f2a85b3d928 Mon Sep 17 00:00:00 2001 From: fluffybunny074 Date: Tue, 29 Dec 2020 09:03:01 -0600 Subject: [PATCH] Update build.gradle Update --- GuessTheWord-Starter/app/build.gradle | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/GuessTheWord-Starter/app/build.gradle b/GuessTheWord-Starter/app/build.gradle index b1848a1c4..18c7df8a2 100755 --- a/GuessTheWord-Starter/app/build.gradle +++ b/GuessTheWord-Starter/app/build.gradle @@ -51,9 +51,9 @@ dependencies { testImplementation 'junit:junit:4.12' // KTX - implementation 'androidx.core:core-ktx:1.3.1' + implementation 'androidx.core:core-ktx:1.3.2' // Navigation - implementation "androidx.navigation:navigation-fragment-ktx:2.3.0" - implementation "androidx.navigation:navigation-ui-ktx:2.3.0" + implementation "androidx.navigation:navigation-fragment-ktx:2.3.2" + implementation "androidx.navigation:navigation-ui-ktx:2.3.2" }