Skip to content
This repository has been archived by the owner on Jan 10, 2024. It is now read-only.

Commit

Permalink
Fixes configuration file lint.xml does not exist (#1596)
Browse files Browse the repository at this point in the history
* Added ./ to lintConfig file path

* Added ../ to lintConfig file path
  • Loading branch information
kunzef committed Jul 12, 2023
1 parent 6d2c0b1 commit fa73e99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ android {
checkAllWarnings true
disable 'GoogleAppIndexingWarning', 'TrulyRandom', 'ContentDescription', 'UnusedIds', 'UnusedResources', 'SelectableText'
htmlReport false
lintConfig file('gradle/config/lint.xml')
lintConfig file('../gradle/config/lint.xml')
}
}

Expand Down

0 comments on commit fa73e99

Please sign in to comment.