Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
26 changes: 13 additions & 13 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,28 +1,28 @@
#This is a Version Catalog File
[versions]
core-ktx = "1.13.1"
core-appcompat = "1.7.0"
ksp = "1.9.20-1.0.13"
datastore = "1.1.1"
core-ktx = "1.19.0"
core-appcompat = "1.7.1"
ksp = "1.9.25-1.0.20"
datastore = "1.2.1"
json-serializer = "1.5.1"
immutable = "0.3.7"
junit-test = "1.2.1"
compose-activity = "1.9.1"
jsoup = "1.16.1"
lottie = "6.0.0"
compose-navigation = "2.8.1"
splash-screen = "1.0.1"
compose-activity = "1.13.0"
jsoup = "1.22.2"
lottie = "6.7.1"
compose-navigation = "2.9.8"
splash-screen = "1.2.0"
desugar = "2.1.2"
kotlinx-date = "0.6.1"

compose = "2024.06.00"
compose-compiler = "1.5.5"
compose = "2024.12.01"
compose-compiler = "1.5.15"
gradle-plugin = "8.5.2"
junit = "5.9.2"
kotlin-version = "1.9.20"
ktor = "2.3.2"
ktor = "2.3.13"
lifecycle = "2.8.4"
room = "2.6.1"
room = "2.8.4"

[libraries] #Group;Name;Version.ref
# Core
Expand Down
Binary file modified gradle/wrapper/gradle-wrapper.jar
Binary file not shown.
5 changes: 3 additions & 2 deletions gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
#Mon Aug 19 08:09:04 EAT 2024
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-8.7-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.14.5-bin.zip
networkTimeout=10000
validateDistributionUrl=true
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
Loading