I have been upgrading my app from react native 0.64.1 to 0.71.16.
I followed the steps outlined in the react-native upgrade helper.
I have the IOS version running fine, but the android version will not build.
It continues to fail with this exception.
Build Error](https://i.stack.imgur.com/61z1c.png)
I am fairly new to react native, and have spent the last 2 days troubleshooting this issue without success.
Some more info:
javac version: 11.0.23
react-native-info](https://i.stack.imgur.com/ATWWB.png)
package.json](https://i.stack.imgur.com/E9OM1.jpg)
build.gradle](https://i.stack.imgur.com/IrfD6.png)
app/build.gradle (namespace & applicationId removed)](https://i.stack.imgur.com/SW7XP.jpg)
Any help would be greatly appreciated.
I expected the android app to build without error.