Skip to content

Commit

Permalink
updated some more dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
DatL4g committed Oct 10, 2024
1 parent 26cf6c7 commit e74e123
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,9 @@ fun DynamicMaterialTheme(
) {
val dynamicColorScheme = if (seedColor != null) {
rememberDynamicColorScheme(
seedColor = seedColor,
primary = seedColor,
isDark = LocalDarkMode.current,
isAmoled = false,
style = PaletteStyle.TonalSpot,
contrastLevel = Contrast.Default.value,
isExtendedFidelity = false
Expand Down
12 changes: 6 additions & 6 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
[versions]
app = "6.0.0"
aboutlibraries = "11.2.2"
ackpine = "0.7.1"
aboutlibraries = "11.2.3"
ackpine = "0.7.5"
activity = "1.9.2"
android = "8.5.1"
android = "8.7.0"
android-core = "1.13.1"
android-sqlite = "2.4.0"
apollo = "4.0.0-beta.7"
Expand All @@ -29,19 +29,19 @@ kache = "2.1.0"
kast = "0.2.1"
kmpalette = "3.1.0"
kodein = "7.22.0"
kolor = "1.7.0"
kolor = "2.0.0"
konfig = "0.15.2"
kotlin = "2.0.20"
ksoup = "0.1.2"
ksp = "2.0.20-1.0.25"
ktor = "2.3.12"
ktorfit = "2.1.0"
media3 = "1.4.1"
moko-resources = "0.24.1"
moko-resources = "0.24.3"
multidex = "2.0.1"
nanoid = "1.0.1"
napier = "2.7.1"
oidc = "0.10.0"
oidc = "0.10.1"
okhttp = "4.12.0"
osdetector = "1.7.3"
qrose = "1.0.1"
Expand Down
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-8.8-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.10.2-bin.zip
validateDistributionUrl=true
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists

0 comments on commit e74e123

Please sign in to comment.