Skip to content

Commit

Permalink
Update AndroidX Activity to version 1.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rvandermeulen committed Oct 4, 2023
1 parent f2e7da3 commit 8fba526
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion buildSrc/src/main/java/Dependencies.kt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
// Synchronized version numbers for dependencies used by (some) modules
object Versions {
object AndroidX {
const val activity_compose = "1.7.2"
const val activity_compose = "1.8.0"
const val appcompat = "1.6.1"
const val compose = "1.5.2"
const val constraintlayout = "2.1.4"
Expand Down

0 comments on commit 8fba526

Please sign in to comment.