Skip to content

Commit

Permalink
Test Gradle plugin with AGP 8.2.0 (detekt#6672)
Browse files Browse the repository at this point in the history
  • Loading branch information
3flex authored and mgroth0 committed Feb 11, 2024
1 parent cadefa5 commit 42dc8fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ android-gradle-minSupported = "com.android.tools.build:gradle:7.0.0"

# 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.
android-gradle-maxSupported = "com.android.tools.build:gradle:8.1.3"
android-gradle-maxSupported = "com.android.tools.build:gradle:8.2.0"

ktlintRulesetStandard = { module = "com.pinterest.ktlint:ktlint-ruleset-standard", version.ref = "ktlint" }
slf4j-nop = { module = "org.slf4j:slf4j-nop", version.ref = "slf4j" }
Expand Down

0 comments on commit 42dc8fc

Please sign in to comment.