wordpress-mobile / AztecEditor-Android

A reusable native Android rich text editor component.
Mozilla Public License 2.0
675 stars 112 forks source link

[Build] Resolve Post Merge Warnings #1018

Closed ParaskP7 closed 1 year ago

ParaskP7 commented 1 year ago

👋 @planarvoid @khaykov !

FYI: This #994 PR that got merged 21 hours ago added two new warnings that are now failing the build. This is due to the newly introduced allWarningsAsErrors = true configuration.

As such, this simple fix PR resolves/suppresses there two warnings to make it possible for the assemble and testUnitTest task to be successful again.

ParaskP7 commented 1 year ago

👋 @planarvoid @khaykov !

FYI: I am not closing this PR as it is now unnecessary due to the fact that these changes have already been included and merge via this other PR just now.