Skip to content

Commit c83c234

Browse files
committed
Fix: Remove workaround for AGP PageAlignmentDetector bug
- Deleted the `lint.disable += "Aligned16KB"` line from `app/android/build.gradle.kts`. - The workaround for the AGP 8.13.0 `PageAlignmentDetector` bug is no longer needed.
1 parent 1e9a758 commit c83c234

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

app/android/build.gradle.kts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,6 @@ android {
6363
emulatorControl.enable = true
6464
}
6565
androidResources.generateLocaleConfig = true
66-
lint.disable += "Aligned16KB" // Workaround for AGP 8.13.0 PageAlignmentDetector bug
6766
}
6867

6968
dependencies {

0 commit comments

Comments
 (0)