Skip to content

Commit

Permalink
update AndroidX appcompat library to 1.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
thestinger committed Jun 4, 2022
1 parent 8cd685c commit 6a6a263
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 @@ -82,6 +82,6 @@ android {
}

dependencies {
implementation("androidx.appcompat:appcompat:1.4.1")
implementation("androidx.appcompat:appcompat:1.4.2")
implementation("com.google.android.material:material:1.6.0")
}

0 comments on commit 6a6a263

Please sign in to comment.