Skip to content

Commit

Permalink
Merge pull request #11 from makeevrserg/dependabot/gradle/versions-11…
Browse files Browse the repository at this point in the history
…1d7f4a9b

update libraries
  • Loading branch information
makeevrserg authored Jul 5, 2024
2 parents 997fe0d + 62e148d commit 7f5f369
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@ makeevrserg.android.sdk.target=34
# Project
makeevrserg.project.name=ApplicationTemplate
makeevrserg.project.group=com.makeevrserg.applicationtemplate
makeevrserg.project.version.string=1.2.4
makeevrserg.project.version.code=16
makeevrserg.project.version.string=1.2.5
makeevrserg.project.version.code=17
makeevrserg.project.description=Template for KMP applcation
makeevrserg.project.developers=makeevrserg|Makeev Roman|[email protected]
makeevrserg.project.url=https://github.com/makeevrserg/KMP-Template
Expand Down
4 changes: 2 additions & 2 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
kotlin-version = "2.0.0" # https://github.com/JetBrains/kotlin
kotlin-coroutines = "1.9.0-RC" # https://github.com/Kotlin/kotlinx.coroutines
kotlin-android-application = "8.5.0" # https://developer.android.com/build/releases/gradle-plugin
kotlin-serialization-json = "1.7.0" # https://github.com/Kotlin/kotlinx.serialization
kotlin-serialization-json = "1.7.1" # https://github.com/Kotlin/kotlinx.serialization

# Androidx
androidx-material = "1.12.0" # https://github.com/material-components/material-components-android
Expand All @@ -30,7 +30,7 @@ ktor = "2.3.12" # https://github.com/ktorio/ktor

# klibs
klibs-mikro = "1.8.4" # https://github.com/makeevrserg/klibs.mikro
klibs-kstorage = "2.3.0" # https://github.com/makeevrserg/klibs.kstorage
klibs-kstorage = "2.4.1" # https://github.com/makeevrserg/klibs.kstorage
klibs-kdi = "1.4.5" # https://github.com/makeevrserg/KDI

# Compose
Expand Down
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
package com.makeevrserg.applicationtemplate.mobile.features.theme.data.repository

import com.makeevrserg.applicationtemplate.mobile.features.theme.data.model.Theme
import ru.astrainteractive.klibs.kstorage.api.StateFlowMutableKrate
import ru.astrainteractive.klibs.kstorage.api.StateFlowKrate

internal interface ThemeSwitcherRepository {

val themeFlowStorageValue: StateFlowMutableKrate<Theme>
val themeFlowStorageValue: StateFlowKrate.Mutable<Theme>
}

0 comments on commit 7f5f369

Please sign in to comment.