Skip to content

Commit

Permalink
chore: Updated libraries and Kotlin to 1.9.23
Browse files Browse the repository at this point in the history
Signed-off-by: Gabriel Fontán <[email protected]>
  • Loading branch information
BobbyESP committed Apr 6, 2024
1 parent 08b4061 commit c2a04c7
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .idea/kotlinc.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

14 changes: 7 additions & 7 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,24 +3,25 @@
agp = "8.5.0-alpha02"
firebaseCrashlyticsGradle = "2.9.9"
gradle = "8.5.0-alpha02"
kotlin = "1.9.21"
kotlin = "1.9.23"
appcompat = "1.7.0-alpha03"
core-ktx = "1.12.0"
legacySupportV4 = "1.0.0"
lifecycle-runtime-ktx = "2.7.0"
activity-compose = "1.8.2"
compose-compiler = "1.5.6"
ksp = "1.9.21-1.0.15"
compose-compiler = "1.5.11"
ksp = "1.9.23-1.0.19"
splashscreen = "1.0.1"
material = "1.11.0"
media3 = "1.3.0"
leakcanary = "2.13"

#Compose
compose-bom = "2024.03.00"
compose-bom = "2024.04.00"
constraintLayout = "1.1.0-alpha13"
androidx-compose-material3 = "1.2.1"
compose-util = "1.6.4"
accompanist = "0.32.0"
compose-util = "1.6.5"
accompanist = "0.34.0"
compose-pagination = "3.2.1"
commonsIo = "2.15.0"
commonsCompress = "1.24.0"
Expand Down Expand Up @@ -91,7 +92,6 @@ androidx-baselineprofile = "1.2.3"
profileinstaller = "1.3.1"
materialVersion = "1.11.0"
media3DatasourceOkhttp = "1.3.0"
splashscreen = "1.0.1"
scrollbar = "1.9.0"

[libraries]
Expand Down

0 comments on commit c2a04c7

Please sign in to comment.