Skip to content

Commit

Permalink
chore: increased and updated libraries (#464)
Browse files Browse the repository at this point in the history
* chore: increased and updated libraries

* chore: downgraded coroutines
  • Loading branch information
kikoso authored Jan 22, 2024
1 parent ae6b8b8 commit b99e05f
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
[versions]
activitycompose = "1.7.2"
agp = "8.1.1"
activitycompose = "1.8.2"
agp = "8.1.4"
androidxtest = "1.5.0"
compose-bom = "2023.09.01"
composecompiler = "1.5.3"
compose-bom = "2023.10.01"
composecompiler = "1.5.4"
coroutines = "1.6.4"
dokka = "1.9.0"
dokka = "1.9.10"
espresso = "3.5.1"
jacoco-plugin = "0.2.1"
jacoco-tool-plugin = "0.8.7"
junitktx = "1.1.5"
junit = "4.13.2"
kotlin = "1.9.10"
material = "1.9.0"
kotlin = "1.9.20"
material = "1.11.0"
mapsktx = "5.0.0"
mapsecrets = "2.0.1"

Expand Down

0 comments on commit b99e05f

Please sign in to comment.