Skip to content

Commit

Permalink
Bump min supported AGP version to 7.1.3
Browse files Browse the repository at this point in the history
Kotlin 2.0.0-RC3 increased its min supported AGP version to 7.1.3. Bumping in detekt to match.
  • Loading branch information
3flex committed May 11, 2024
1 parent ad7bdb8 commit 7b415b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Expand Up @@ -24,7 +24,7 @@ kotlinx-coroutines-test = { module = "org.jetbrains.kotlinx:kotlinx-coroutines-t

# This represents the oldest AGP version that is supported by detekt.
# This should only be updated when updating the minimum version supported by detekt's Gradle plugin.
android-gradle-minSupported = "com.android.tools.build:gradle-api:7.1.0"
android-gradle-minSupported = "com.android.tools.build:gradle-api:7.1.3"

# This version of AGP is used for testing and should be updated when new AGP versions are released to ensure detekt's
# Gradle plugin remains compatible.
Expand Down

0 comments on commit 7b415b4

Please sign in to comment.