From 83268d28f1cd2a7d924de6fa988e013d57fc60c1 Mon Sep 17 00:00:00 2001 From: Nicola Corti Date: Sat, 16 Apr 2022 10:41:29 +0200 Subject: [PATCH] Update compatibility table for 1.20.0 (#4725) --- README.md | 6 +++--- docs/pages/compatibility.md | 1 + 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 934c71a9d..5603fd464 100644 --- a/README.md +++ b/README.md @@ -112,9 +112,9 @@ If you want to use a SNAPSHOT version, you can find more info on [this documenta Gradle 6.1+ is the minimum requirement. However, the recommended versions together with the other tools recommended versions are: -| Detekt Version | Gradle | Kotlin | AGP | Java Target Level | JDK Max Version | -| -------------- | ------ | ------ | --- | ----------------- | --------------- | -| `1.19.0` | `7.3.0` | `1.5.31` | `4.2.2`| `1.8` | `17` | +| Detekt Version | Gradle | Kotlin | AGP | Java Target Level | JDK Max Version | +| -------------- | ------- | -------- | ------- | ----------------- | --------------- | +| `1.20.0` | `7.4.2` | `1.6.20` | `7.1.3` | `1.8` | `17` | The list of [recommended versions for previous detekt version is listed here](https://detekt.dev/compatibility.html). diff --git a/docs/pages/compatibility.md b/docs/pages/compatibility.md index 9b90a29e0..ddd0cdfeb 100644 --- a/docs/pages/compatibility.md +++ b/docs/pages/compatibility.md @@ -28,6 +28,7 @@ Consider **aligning** your Gradle plugin versions with the one listed below, as | Detekt Version | Gradle Version | Kotlin Version | AGP Version | Java Target Level | JDK Version | | -------------- | -------------- | -------------- | ----------- | ----------------- | ----------- | +| `1.20.0` | `7.4.2` | `1.6.20` | `7.1.3` | `1.8` | `17` | | `1.19.0` | `7.3.0` | `1.5.31` | `4.2.2` | `1.8` | `17` | | `1.18.0` | `7.0.1` | `1.5.21` | `4.2.0` | `1.8` | `16` | | `1.17.0` | `7.0.1` | `1.4.32` | `4.2.0` | `1.8` | `15` |