Skip to content

Commit

Permalink
Revert "deps: upgrade versions"
Browse files Browse the repository at this point in the history
This reverts commit a2769f8.
  • Loading branch information
Adolar0042 authored and TobyBridle committed Jan 18, 2024
1 parent 43e0cee commit f4efbc1
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,28 +1,28 @@
[versions]
agp = "8.3.0-beta02"
agp = "8.3.0-alpha17"
acraHttp = "5.11.3"
autoService = "1.1.1"
coilCompose = "2.4.0"
core = "1.9.42-beta"
datastore = "1.0.0"
dynamictheme = "1.0.3"
documentfile = "1.0.1"
hiltNavigationCompose = "1.1.0"
kotlin = "1.9.21"
hiltNavigationCompose = "1.0.0"
kotlin = "1.9.0"
core-ktx = "1.12.0"
junit = "4.13.2"
androidx-test-ext-junit = "1.1.5"
espresso-core = "3.5.1"
kotlinxSerializationJson = "1.6.2"
lifecycle-runtime-ktx = "2.7.0"
activity-compose = "1.8.2"
kotlinxSerializationJson = "1.5.1"
lifecycle-runtime-ktx = "2.6.2"
activity-compose = "1.8.0"
compose-bom = "2023.10.01"
daggerHilt = "2.46.1"
materialIconsExtended = "1.5.4"
ksp = "1.9.21-1.0.16" # Depends on your kotlin version
media3Exoplayer = "1.2.1"
roomRuntime = "2.6.1"
serialization = "1.9.21"
ksp = "1.9.0-1.0.13" # Depends on your kotlin version
media3Exoplayer = "1.1.1"
roomRuntime = "2.6.0"
serialization = "1.9.0"
nicehttp = "+"

[libraries]
Expand Down

0 comments on commit f4efbc1

Please sign in to comment.