Skip to content

Commit

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

Bump the versions group with 16 updates
  • Loading branch information
makeevrserg authored Jan 20, 2025
2 parents fde95d4 + dd4f4fb commit 506c9c9
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 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=KStorage
makeevrserg.project.group=ru.astrainteractive.klibs
makeevrserg.project.version.string=3.2.3
makeevrserg.project.version.string=3.2.4
makeevrserg.project.description=Kotlin wrapper for key-value storage libraries
makeevrserg.project.developers=makeevrserg|Makeev Roman|[email protected]
makeevrserg.project.url=https://github.com/makeevrserg/klibs.kstorage/
Expand Down
8 changes: 4 additions & 4 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
[versions]
# Kotlin
kotlin-version = "2.1.0" # # https://github.com/JetBrains/kotlin
kotlin-coroutines-core = "1.9.0" # https://github.com/Kotlin/kotlinx.coroutines
klibs-gradleplugin = "1.5.0-alpha02" # https://github.com/makeevrserg/gradle-plugin
gradle-android = "8.7.3" # https://developer.android.com/build#top-level
androidx-datastore = "1.1.1" # https://developer.android.com/topic/libraries/architecture/datastore
kotlin-coroutines-core = "1.10.1" # https://github.com/Kotlin/kotlinx.coroutines
klibs-gradleplugin = "1.5.1" # https://github.com/makeevrserg/gradle-plugin
gradle-android = "8.8.0" # https://developer.android.com/build#top-level
androidx-datastore = "1.1.2" # https://developer.android.com/topic/libraries/architecture/datastore
[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
4 changes: 2 additions & 2 deletions 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
zipStorePath=wrapper/dists

0 comments on commit 506c9c9

Please sign in to comment.