Skip to content

Commit

Permalink
Bumped android libs version
Browse files Browse the repository at this point in the history
  • Loading branch information
binayshaw7777 committed May 26, 2024
1 parent 4e410a3 commit 1695f4c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -158,9 +158,9 @@ dependencies {
// kapt ("org.jetbrains.kotlinx:kotlinx-metadata-jvm:0.5.0")

//Default Pre-defined
implementation("androidx.core:core-ktx:1.12.0")
implementation("androidx.core:core-ktx:1.13.1")
implementation("androidx.appcompat:appcompat:1.6.1")
implementation("com.google.android.material:material:1.11.0")
implementation("com.google.android.material:material:1.12.0")
implementation("androidx.constraintlayout:constraintlayout:2.1.4")

//Test
Expand Down

0 comments on commit 1695f4c

Please sign in to comment.