Skip to content
Open
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
6 changes: 3 additions & 3 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

# Kotlin
adam = "0.5.10" # https://github.com/Malinskiy/adam
jmdns = "3.6.2" # https://github.com/jmdns/jmdns
jmdns = "3.6.3" # https://github.com/jmdns/jmdns
kotlin = "2.2.20" # https://github.com/JetBrains/kotlin
agp = "8.13.0" # https://developer.android.com/build/releases/gradle-plugin
kotlinxBrowser = "0.5.0" # https://github.com/Kotlin/kotlinx-browser
Expand Down Expand Up @@ -37,8 +37,8 @@ kotlinx-serialization = "1.9.0" # https://github.com/Kotlin/kotlinx.serializatio
# AndroidX
lifecycle = "2.9.4" # https://developer.android.com/jetpack/androidx/releases/lifecycle
compose-activity = "1.11.0" # https://developer.android.com/jetpack/androidx/releases/activity
mockk = "1.14.6"
navigationCompose = "2.9.1"
mockk = "1.14.9"
navigationCompose = "2.9.2"
playServicesAdsIdentifier = "18.2.0"

# Semantic Versioning
Expand Down