Skip to content

Commit

Permalink
Fix lint by pinning lint version
Browse files Browse the repository at this point in the history
  • Loading branch information
Goooler committed Jul 19, 2023
1 parent 1a9cee0 commit 03166e7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,6 @@ android.defaults.buildfeatures.shaders=false
android.enableR8.fullMode=true
android.nonTransitiveRClass=true
android.useAndroidX=true

# Remove this line after upgraing to AGP 8.1, see https://issuetracker.google.com/issues/185418482
android.experimental.lint.version=8.1.0-rc01

0 comments on commit 03166e7

Please sign in to comment.