Skip to content

Commit dc027e1

Browse files
committed
WIP AGP9 bump deps AGP to 9 and Kotlin to 2.3.0-Beta2 exploratory
there are a lot of changes needed and I have been collecting them in my head this now collects them on a speculative branch for periodic effort as possible
1 parent ff964ba commit dc027e1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

gradle/libs.versions.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ ktlint = '1.5.0'
1818
#
1919
# Old changelogs - See 'Table of Contents' in sidebar
2020
# https://developer.android.com/build/releases/past-releases
21-
androidGradlePlugin = "8.13.0"
21+
androidGradlePlugin = "9.0.0-alpha13"
2222
# https://developer.android.com/jetpack/androidx/releases/activity
2323
androidxActivity = "1.11.0"
2424
# https://developer.android.com/jetpack/androidx/releases/annotation
@@ -85,7 +85,7 @@ androidTestJunit = "1.3.0"
8585
# https://github.com/junit-team/junit5/releases/
8686
junit = "6.0.1"
8787
# https://github.com/JetBrains/kotlin/releases/
88-
kotlin = '2.2.10'
88+
kotlin = '2.3.0-Beta2'
8989
# https://github.com/Kotlin/kotlinx.serialization/releases
9090
kotlinxSerializationJson = "1.9.0"
9191
ktlintGradlePlugin = "13.1.0"

0 commit comments

Comments
 (0)