\node_modules\react-native-orientation\android\build\intermediates\res\merged\release\values\values.xml:2919: error: resource android:attr/offset not found.
increasing the sdk versions of this library solved the issue for me.
This PR tries to get the sdk version from the root project, and in case of error, falls back to older default values.
Also it is good to be compatible with the root project of the users.
building the release app failed with this error:
increasing the sdk versions of this library solved the issue for me. This PR tries to get the sdk version from the root project, and in case of error, falls back to older default values.
Also it is good to be compatible with the root project of the users.