Skip to content

Commit

Permalink
fix(deps): update all dependencies
Browse files Browse the repository at this point in the history
| datasource | package                                                               | from   | to     |
| ---------- | --------------------------------------------------------------------- | ------ | ------ |
| maven      | io.github.hoc081098:FlowExt                                           | 0.7.3  | 0.7.4  |
| maven      | io.coil-kt:coil                                                       | 2.4.0  | 2.5.0  |
| maven      | com.android.tools.build:gradle                                        | 8.1.2  | 8.1.3  |
| maven      | org.jetbrains.kotlinx.kover:org.jetbrains.kotlinx.kover.gradle.plugin | 0.7.3  | 0.7.4  |
| maven      | org.jetbrains.kotlin:kotlin-gradle-plugin                             | 1.9.10 | 1.9.20 |
| maven      | org.jetbrains.kotlin:kotlin-test-junit                                | 1.9.10 | 1.9.20 |
  • Loading branch information
renovate[bot] authored Nov 15, 2023
1 parent a46ad39 commit 2133841
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import org.jetbrains.kotlin.gradle.tasks.KotlinCompile
// Top-level build file where you can add configuration options common to all sub-projects/modules.

plugins {
id("org.jetbrains.kotlinx.kover") version "0.7.3" apply false
id("org.jetbrains.kotlinx.kover") version "0.7.4" apply false
id("com.diffplug.spotless") version "6.22.0" apply false
}

Expand All @@ -19,7 +19,7 @@ buildscript {
maven(url = "https://oss.sonatype.org/content/repositories/snapshots")
}
dependencies {
classpath("com.android.tools.build:gradle:8.1.2")
classpath("com.android.tools.build:gradle:8.1.3")
classpath("org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlinVersion")
classpath("com.diffplug.spotless:spotless-plugin-gradle:6.22.0")
classpath("dev.drewhamilton.poko:poko-gradle-plugin:0.15.0")
Expand Down
6 changes: 3 additions & 3 deletions buildSrc/src/main/kotlin/deps.kt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import org.gradle.plugin.use.PluginDependenciesSpec
import org.gradle.plugin.use.PluginDependencySpec

const val ktlintVersion = "1.0.0"
const val kotlinVersion = "1.9.10"
const val kotlinVersion = "1.9.20"

object appConfig {
const val applicationId = "com.hoc.flowmvi"
Expand Down Expand Up @@ -68,9 +68,9 @@ object deps {
const val test = "io.insert-koin:koin-test:$version"
}

const val coil = "io.coil-kt:coil:2.4.0"
const val coil = "io.coil-kt:coil:2.5.0"
const val viewBindingDelegate = "com.github.hoc081098:ViewBindingDelegate:1.4.0"
const val flowExt = "io.github.hoc081098:FlowExt:0.7.3"
const val flowExt = "io.github.hoc081098:FlowExt:0.7.4"
const val timber = "com.jakewharton.timber:timber:5.0.1"

object arrow {
Expand Down

0 comments on commit 2133841

Please sign in to comment.