Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump the versions group with 18 updates #27

Merged
merged 2 commits into from
Nov 4, 2024
Merged
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
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.15
makeevrserg.project.version.code=27
makeevrserg.project.version.string=1.2.16
makeevrserg.project.version.code=28
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
14 changes: 7 additions & 7 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@
# Kotlin
kotlin-version = "2.0.21" # https://github.com/JetBrains/kotlin
kotlin-coroutines = "1.9.0" # https://github.com/Kotlin/kotlinx.coroutines
kotlin-android-application = "8.7.1" # https://developer.android.com/build/releases/gradle-plugin
kotlin-android-application = "8.7.2" # https://developer.android.com/build/releases/gradle-plugin
kotlin-serialization-json = "1.7.3" # https://github.com/Kotlin/kotlinx.serialization

# Androidx
androidx-material = "1.12.0" # https://github.com/material-components/material-components-android
androidx-compose-bom = "2024.10.00" # https://developer.android.com/jetpack/androidx/releases/compose#versions
androidx-compose-bom = "2024.10.01" # https://developer.android.com/jetpack/androidx/releases/compose#versions
androidx-room = "2.6.1" # https://developer.android.com/jetpack/androidx/releases/room
androidx-activity-compose = "1.9.3" # https://developer.android.com/jetpack/androidx/releases/activity
leakcanary = "2.14" # https://github.com/square/leakcanary
Expand All @@ -19,18 +19,18 @@ google-auth = "21.2.0" # https://developers.google.com/android/guides/setup
google-crashlytics = "3.0.2" # https://firebase.google.com/docs/crashlytics/get-started
google-services = "4.4.2" # https://developers.google.com/android/guides/google-services-plugin
google-accompanist = "0.36.0" # https://github.com/google/accompanist
google-firebase-bom = "33.4.0" # https://firebase.google.com/support/release-notes/android
google-firebase-bom = "33.5.1" # https://firebase.google.com/support/release-notes/android

# Testw
tests-assertk = "0.28.1" # https://github.com/willowtreeapps/assertk
tests-turbine = "1.2.0" # https://github.com/cashapp/turbine

# Other
ktor = "3.0.0" # https://github.com/ktorio/ktor
ktor = "3.0.1" # https://github.com/ktorio/ktor

# klibs
klibs-mikro = "1.8.8" # https://github.com/makeevrserg/klibs.mikro
klibs-kstorage = "3.1.3" # https://github.com/makeevrserg/klibs.kstorage
klibs-kstorage = "3.2.0" # https://github.com/makeevrserg/klibs.kstorage
klibs-kdi = "1.4.8" # https://github.com/makeevrserg/KDI

# Compose
Expand All @@ -42,8 +42,8 @@ moko-resources = "0.24.0" # https://github.com/icerockdev/moko-resources
moko-network = "0.21.0" # https://github.com/icerockdev/moko-network

# Decompose
decompose = "3.1.0" # https://github.com/arkivanov/Decompose
essenty = "2.1.0" # https://github.com/arkivanov/Essenty
decompose = "3.2.1" # https://github.com/arkivanov/Decompose
essenty = "2.2.1" # https://github.com/arkivanov/Essenty

# MVIKotlin
mvikotlin = "4.2.0" # https://github.com/arkivanov/MVIKotlin
Expand Down
2 changes: 1 addition & 1 deletion modules/features/root/impl/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -74,5 +74,5 @@ dependencies {
implementation(libs.klibs.kstorage)
implementation(libs.google.auth)
implementation(libs.kotlin.coroutines.playServices)
implementation("io.ktor:ktor-client-logging-jvm:3.0.0")
implementation("io.ktor:ktor-client-logging-jvm:3.0.1")
}
Loading