Skip to content

Commit

Permalink
[gradle] Replaced deprecated lintOptions block with the newer `lint…
Browse files Browse the repository at this point in the history
…` block in test projects.
  • Loading branch information
terrakok committed Dec 12, 2024
1 parent 4ce6a59 commit 3ecade1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ android {
sourceCompatibility = JavaVersion.VERSION_11
targetCompatibility = JavaVersion.VERSION_11
}
lintOptions {
lint {
checkReleaseBuilds = false
}
}
Expand Down

0 comments on commit 3ecade1

Please sign in to comment.