Skip to content

Commit

Permalink
updated gradle version & dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
SidharthMudgil committed Aug 27, 2023
1 parent c00b3a6 commit 4fb6ea0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,8 @@ dependencies {
implementation "androidx.camera:camera-view:1.2.3"

// Navigation
implementation "androidx.navigation:navigation-fragment-ktx:2.7.0"
implementation "androidx.navigation:navigation-ui-ktx:2.7.0"
implementation "androidx.navigation:navigation-fragment-ktx:2.7.1"
implementation "androidx.navigation:navigation-ui-ktx:2.7.1"

// Coroutines
implementation 'androidx.lifecycle:lifecycle-runtime-ktx:2.6.1'
Expand Down
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// Top-level build file where you can add configuration options common to all sub-projects/modules.
plugins {
id 'com.android.application' version '8.1.0' apply false
id 'com.android.library' version '8.1.0' apply false
id 'com.android.application' version '8.1.1' apply false
id 'com.android.library' version '8.1.1' apply false
id 'org.jetbrains.kotlin.android' version '1.8.20' apply false
id 'com.google.android.libraries.mapsplatform.secrets-gradle-plugin' version '2.0.1' apply false
id 'androidx.navigation.safeargs.kotlin' version '2.6.0' apply false
Expand Down

0 comments on commit 4fb6ea0

Please sign in to comment.