Skip to content

Commit 4cf00eb

Browse files
fix(deps): update all dependencies (#230)
* 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 <hoc081098@gmail.com>
1 parent eafc69d commit 4cf00eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ buildscript {
1919
maven(url = "https://oss.sonatype.org/content/repositories/snapshots")
2020
}
2121
dependencies {
22-
classpath("com.android.tools.build:gradle:8.5.2")
22+
classpath("com.android.tools.build:gradle:8.6.0")
2323
classpath("org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlinVersion")
2424
classpath("com.diffplug.spotless:spotless-plugin-gradle:6.25.0")
2525
classpath("dev.drewhamilton.poko:poko-gradle-plugin:0.17.0")

0 commit comments

Comments
 (0)