Skip to content

Commit

Permalink
chore(deps): update kotlin monorepo to v2 (major) (#783)
Browse files Browse the repository at this point in the history
* chore(deps): update kotlin monorepo to v2

* update tested versions

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Gabriel Ittner <gabriel.ittner@gmail.com>
  • Loading branch information
renovate[bot] and gabrielittner committed May 25, 2024
1 parent 8b71edb commit d105865
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 5 deletions.
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[versions]
kotlin = "1.9.23"
kotlin = "2.0.0"
moshi = "1.15.1"
retrofit = "2.11.0"
junit = "5.10.2"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,13 +35,19 @@ enum class AgpVersion(

// stable
AGP_8_4(
value = "8.4.0",
value = "8.4.1",
minGradleVersion = GradleVersion.GRADLE_8_6,
),

// canary channel
AGP_8_5(
value = "8.5.0-alpha07",
value = "8.5.0-beta02",
minGradleVersion = GradleVersion.GRADLE_8_6,
),

// canary channel
AGP_8_6(
value = "8.6.0-alpha03",
minGradleVersion = GradleVersion.GRADLE_8_6,
),
}
Expand All @@ -53,10 +59,10 @@ enum class KotlinVersion(
) {
// minimum supported
// stable
KT_1_9_23("1.9.23"),
KT_1_9_23("1.9.24"),

// beta
KT_2_0_0("2.0.0-RC2"),
KT_2_0_0("2.0.0"),
}

enum class GradleVersion(
Expand Down

0 comments on commit d105865

Please sign in to comment.