Skip to content

Commit

Permalink
Merge pull request #29 from makeevrserg/dependabot/gradle/versions-75…
Browse files Browse the repository at this point in the history
…0f9599d8

Bump the versions group with 19 updates
  • Loading branch information
makeevrserg authored Jan 20, 2025
2 parents 39d610e + 0936d12 commit 7f32d6c
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ makeevrserg.java.ktarget=17
# Project
makeevrserg.project.name=Paging
makeevrserg.project.group=ru.astrainteractive.klibs
makeevrserg.project.version.string=2.3.3
makeevrserg.project.version.string=2.3.4
makeevrserg.project.description=Kotlin Multiplatform paging library
makeevrserg.project.developers=makeevrserg|Makeev Roman|[email protected]
makeevrserg.project.url=https://github.com/makeevrserg/klibs.paging
Expand Down
14 changes: 7 additions & 7 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
[versions]
# Kotlin
kotlin-version = "2.1.0" # # https://github.com/JetBrains/kotlin
kotlin-coroutines-core = "1.9.0" # https://github.com/Kotlin/kotlinx.coroutines
kotlin-serialization = "1.7.3"
klibs-gradleplugin = "1.5.0-alpha02" # https://github.com/makeevrserg/gradle-plugin
gradle-android = "8.7.3" # https://developer.android.com/build#top-level
kotlin-coroutines-core = "1.10.1" # https://github.com/Kotlin/kotlinx.coroutines
kotlin-serialization = "1.8.0"
klibs-gradleplugin = "1.5.1" # https://github.com/makeevrserg/gradle-plugin
gradle-android = "8.8.0" # https://developer.android.com/build#top-level
test-turbine = "1.2.0" # https://github.com/cashapp/turbine
compose-imageloader = "1.9.0"
ktor = "3.0.2"
kotlin-compose = "1.7.1"
compose-imageloader = "1.10.0"
ktor = "3.0.3"
kotlin-compose = "1.7.3"
[libraries]
kotlin-coroutines-core = { module = "org.jetbrains.kotlinx:kotlinx-coroutines-core", version.ref = "kotlin-coroutines-core" }
kotlin-coroutines-test = { module = "org.jetbrains.kotlinx:kotlinx-coroutines-test", version.ref = "kotlin-coroutines-core" }
Expand Down
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-8.9-all.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.10.2-all.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists

0 comments on commit 7f32d6c

Please sign in to comment.