Skip to content

Commit

Permalink
Merge pull request #25 from makeevrserg/dependabot/gradle/versions-e3…
Browse files Browse the repository at this point in the history
…38ab91c6

Bump the versions group with 6 updates
  • Loading branch information
makeevrserg authored Oct 21, 2024
2 parents 65ee9ec + 757cb85 commit d515421
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 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.14
makeevrserg.project.version.code=26
makeevrserg.project.version.string=1.2.15
makeevrserg.project.version.code=27
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
10 changes: 5 additions & 5 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@
# 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.0" # https://developer.android.com/build/releases/gradle-plugin
kotlin-android-application = "8.7.1" # 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.09.03" # https://developer.android.com/jetpack/androidx/releases/compose#versions
androidx-compose-bom = "2024.10.00" # 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.2" # https://developer.android.com/jetpack/androidx/releases/activity
androidx-activity-compose = "1.9.3" # https://developer.android.com/jetpack/androidx/releases/activity
leakcanary = "2.14" # https://github.com/square/leakcanary
androidx-splash = "1.0.1" # https://developer.android.com/jetpack/androidx/releases/core

Expand All @@ -23,7 +23,7 @@ google-firebase-bom = "33.4.0" # https://firebase.google.com/support/release-not

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

# Other
ktor = "3.0.0" # https://github.com/ktorio/ktor
Expand All @@ -34,7 +34,7 @@ klibs-kstorage = "3.1.3" # https://github.com/makeevrserg/klibs.kstorage
klibs-kdi = "1.4.8" # https://github.com/makeevrserg/KDI

# Compose
kotlin-compose = "1.7.0+build1877-release-1.7" # https://github.com/JetBrains/compose-multiplatform
kotlin-compose = "1.7.0+" # https://github.com/JetBrains/compose-multiplatform

# Moko
moko-mvvm = "0.16.1" # https://github.com/icerockdev/moko-mvvm
Expand Down

0 comments on commit d515421

Please sign in to comment.