mirror of
https://github.com/pachli/pachli-android.git
synced 2025-02-10 00:40:39 +01:00
168be9223d
* Disable lint checks for unused resource IDs The check doesn't catch some instances where resources are used through viewbinding, and has too many false positives to be useful. * Regenerate lint baseline Delete the existing file, then regenerated with `.\gradlew lintBlueDebug -Dlint.baselines.continue=true`