Skip to content

Commit

Permalink
Use appcompat v.1.4.2.
Browse files Browse the repository at this point in the history
  • Loading branch information
johnjohndoe committed Nov 25, 2022
1 parent ff2226e commit 337487f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ object Libs {

private object Versions {
const val annotation = "1.5.0"
const val appCompat = "1.4.1"
const val appCompat = "1.4.2" // compileSdk 32 is required as of 1.5.0
const val constraintLayout = "2.1.4"
const val espresso = "3.5.0"
const val testExtJunit = "1.1.4"
Expand Down

0 comments on commit 337487f

Please sign in to comment.