Skip to content

Commit

Permalink
Upgrade dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
ImaginativeShohag committed May 23, 2024
1 parent 5ddbfcf commit 81b7955
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ buildscript {
}

plugins {
id 'com.android.application' version '8.3.2' apply false
id 'com.android.library' version '8.3.2' apply false
id 'com.android.application' version '8.4.1' apply false
id 'com.android.library' version '8.4.1' apply false
id 'org.jetbrains.kotlin.android' version "$kotlin_version" apply false
id("com.google.devtools.ksp") version "1.9.23-1.0.20" apply false
id 'androidx.navigation.safeargs' version '2.7.7' apply false
Expand Down

0 comments on commit 81b7955

Please sign in to comment.