Skip to content

Commit

Permalink
update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
kawaiiDango committed Dec 1, 2023
1 parent d7ce7fb commit 24589bf
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 9 deletions.
1 change: 0 additions & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,3 @@ org.gradle.unsafe.configuration-cache=true
android.nonTransitiveRClass=true
android.nonFinalResIds=true
android.disableResourceValidation=true
android.enableNewResourceShrinker.preciseShrinking=false
16 changes: 8 additions & 8 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,18 +6,18 @@ bimap = "1.1.0"
coil = "2.5.0"
constraintlayout = "2.2.0-alpha13"
billing = "6.1.0"
core-ktx = "1.13.0-alpha01"
core-ktx = "1.13.0-alpha02"
appcompat = "1.7.0-alpha03"
core-remoteviews = "1.0.0"
desugar_jdk_libs = "2.0.4"
espresso-core = "3.6.0-alpha01"
firebase-bom = "32.6.0"
crashlytics = "2.9.9"
fragment-ktx = "1.7.0-alpha06"
fragment-ktx = "1.7.0-alpha07"
harmony = "1.2.4"
junit = "4.13.2"
kotlin = "1.9.20"
kotlinx-serialization-json = "1.6.1"
kotlin = "1.9.21"
kotlinx-serialization-json = "1.6.2"
ktorBom = "2.3.6"
kumo-core = "1.28.1"
krate = "2.0.0"
Expand All @@ -27,7 +27,7 @@ material = "1.11.0-rc01"
media = "1.7.0-rc01"
mpAndroidChart = "v3.1.0"
navigation = "2.7.5"
nestedscrollwebview = "0.1.5"
nestedscrollwebview = "0.1.6"
okhttp = "5.0.0-alpha.11"
palette-ktx = "1.0.0"
persistentCookieJar = "v1.0.1"
Expand All @@ -44,13 +44,13 @@ uiautomator = "2.3.0-alpha05"
vertical-stepper-form = "2.7.0"
work-runtime-ktx = "2.9.0-rc01"
google-services = "4.4.0"
android-application = "8.3.0-alpha14"
android-application = "8.3.0-alpha16"
benchmark-macro-junit4 = "1.2.1"
ksp = "1.9.20-1.0.14"
ksp = "1.9.21-1.0.15"
github-release = "2.4.1"
baselineprofile = "1.2.1"
androidx-test-ext-junit = "1.1.5"
transition = "1.5.0-alpha04"
transition = "1.5.0-alpha05"

[libraries]
android-snowfall = { module = "com.github.jetradarmobile:android-snowfall", version.ref = "androidSnowfall" }
Expand Down

0 comments on commit 24589bf

Please sign in to comment.