Migrating Api level 33 to 34 react native android app
I am trying to migrate my app from api level 33 to 34, I am using gradle version 8.0.0, and jdk 17 it is returning an error when I am trying to build. package.json "dependencies":{ "@notifee/react-native":"^7.6.1", "@react-native-async-storage/async-storage":"^1.17.7", "@react-native-community/checkbox":"0.5.12", "@react-native-community/netinfo":"^9.3.7", "@react-native-firebase/app":"16.2.0",…