Skip to content

Commit

Permalink
fix(deps): update all dependencies (#230)
Browse files Browse the repository at this point in the history
* fix(deps): update all dependencies

| 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          |

* Update buildSrc/src/main/kotlin/deps.kt

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Petrus Nguyễn Thái Học <[email protected]>
  • Loading branch information
renovate[bot] and hoc081098 authored Aug 31, 2024
1 parent eafc69d commit 4cf00eb
Showing 1 changed file with 1 addition and 1 deletion.
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

0 comments on commit 4cf00eb

Please sign in to comment.