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    | 1.0.0-RC | 1.0.0-SNAPSHOT |
| maven      | com.android.tools.build:gradle | 8.5.2    | 8.6.0          |
  • Loading branch information
renovate[bot] authored Aug 29, 2024
1 parent eafc69d commit 045546a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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.5.2")
classpath("com.android.tools.build:gradle:8.6.0")
classpath("org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlinVersion")
classpath("com.diffplug.spotless:spotless-plugin-gradle:6.25.0")
classpath("dev.drewhamilton.poko:poko-gradle-plugin:0.17.0")
Expand Down
2 changes: 1 addition & 1 deletion buildSrc/src/main/kotlin/deps.kt
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ object deps {

const val coil = "io.coil-kt:coil:2.7.0"
const val viewBindingDelegate = "com.github.hoc081098:ViewBindingDelegate:1.4.0"
const val flowExt = "io.github.hoc081098:FlowExt:1.0.0-RC"
const val flowExt = "io.github.hoc081098:FlowExt:1.0.0-SNAPSHOT"
const val timber = "com.jakewharton.timber:timber:5.0.1"

object arrow {
Expand Down

0 comments on commit 045546a

Please sign in to comment.