Skip to content

Commit

Permalink
Add Gradle 6.7.1 as test target.
Browse files Browse the repository at this point in the history
  • Loading branch information
skrugly committed Nov 29, 2020
1 parent c1a27a7 commit 0f2a47f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ allprojects {
version = rootProject.version
packageName = rootProject.group
clsName = 'BuildConfig'
buildConfigField 'String[]', 'TESTED_GRADLE_VERSIONS', '{"6.5", "6.6"}'
buildConfigField 'String[]', 'TESTED_GRADLE_VERSIONS', '{"6.5", "6.6", "6.7.1"}'
}

repositories {
Expand Down

0 comments on commit 0f2a47f

Please sign in to comment.