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

Task :react-native-user-agent:verifyReleaseResources FAILED #20

Closed pankajgupta1 closed 3 years ago

pankajgupta1 commented 4 years ago

Task :react-native-user-agent:verifyReleaseResources FAILED

FAILURE: Build failed with an exception.

I am using "react": "16.9.0", "react-dom": "^16.12.0", "react-native": "0.61.5", "react-native-user-agent": "^2.1.0",

I am facing this issue. Please help me in resolve this. Thank you.

pankajgupta1 commented 4 years ago

I changed manually in node_modules/react-native-user-agent/android/build.gradle

compileSdkVersion 27 
buildToolsVersion "27.0.3"

to

compileSdkVersion 28
buildToolsVersion "28.0.3"

This worked for me.