Files
Android-247-Radio/app/build.gradle.kts
cottongin e1286911cc fix: disable NullSafeMutableLiveData lint check crashing release builds
The lintVitalAnalyzeRelease task fails with an IncompatibleClassChangeError
in NonNullableMutableLiveDataDetector, which is a known bug in the lint
library. Disabling this specific check unblocks release APK builds.

Made-with: Cursor
2026-03-11 16:09:22 -04:00

2.2 KiB