We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4228913 commit 8a79827Copy full SHA for 8a79827
2 files changed
CHANGELOG.md
@@ -21,6 +21,7 @@
21
22
### Stack
23
24
+- :arrow_up: [Android Gradle Plugin](https://developer.android.com/build/releases/gradle-plugin) `8.9.0` → `8.9.2`
25
- :arrow_up: [dagger](https://github.com/google/dagger/releases/tag/dagger-2.56.2) `2.55` → `2.56.2` :warning: *(Potentially breaking changes)*
26
- :arrow_up: [junit](https://junit.org/junit5/docs/5.12.2/release-notes/) `5.12.0` → `5.12.2`
27
- :arrow_up: [kotlin](https://github.com/JetBrains/kotlin/releases/tag/v2.1.20) `2.1.10` → `2.1.20`
versions-stack/libs.versions.toml
@@ -1,6 +1,6 @@
1
[versions]
2
3
-android-gradlePlugin = "8.9.0"
+android-gradlePlugin = "8.9.2"
4
5
kotlin = "2.1.20"
6
kotlinx-datetime = "0.6.2"
0 commit comments