Skip to content
This repository has been archived by the owner on Jan 12, 2023. It is now read-only.

Commit

Permalink
Update AndroidX AppCompat to version 1.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
rvandermeulen authored and mergify[bot] committed Nov 16, 2022
1 parent f804247 commit 1f6ea07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion buildSrc/src/main/java/FocusDependencies.kt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ object FocusVersions {

object AndroidX {
const val annotation = "1.5.0"
const val appcompat = "1.3.0"
const val appcompat = "1.5.1"
const val arch = "2.1.0"
const val browser = "1.4.0"
const val cardview = "1.0.0"
Expand Down

0 comments on commit 1f6ea07

Please sign in to comment.