Skip to content

Commit

Permalink
Merge pull request #206 from Kotlin-Android-Open-Source/renovate/all-…
Browse files Browse the repository at this point in the history
…deps

fix(deps): update all dependencies
  • Loading branch information
hoc081098 authored Nov 15, 2023
2 parents a46ad39 + a26c22f commit 3e4c258
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -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 3e4c258

Please sign in to comment.