Skip to content

Commit

Permalink
Update AppCompat
Browse files Browse the repository at this point in the history
  • Loading branch information
mohsenoid committed Jun 20, 2024
1 parent 643ff53 commit 39fcf7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -125,9 +125,9 @@ jacoco {

dependencies {
// Android Jetpack
implementation("androidx.appcompat:appcompat:1.4.0")
implementation("androidx.core:core-ktx:1.7.0")
implementation("androidx.recyclerview:recyclerview:1.2.1")
implementation("androidx.appcompat:appcompat:1.7.0")
implementation("androidx.swiperefreshlayout:swiperefreshlayout:1.1.0")
implementation("androidx.cardview:cardview:1.0.0")
implementation("androidx.multidex:multidex:2.0.1")
Expand Down

0 comments on commit 39fcf7f

Please sign in to comment.