bebnev / react-native-user-agent

Library that helps you to get mobile application user agent and web view user agent strings
MIT License
41 stars 38 forks source link

fix(android): Use root project build sdk version #23

Closed JeremyJonas closed 2 years ago

JeremyJonas commented 3 years ago

https://github.com/bebnev/react-native-user-agent/issues/20

Explicitly setting these build values causes incompatible SDKs versions to fail with Execution failed for task ':react-native-user-agent:verifyReleaseResources'.

Fixes #20