f111fei / react-native-unity-view

Show an unity view in react native
MIT License
401 stars 102 forks source link

verifyReleaseResources FAILED during release #90

Closed Sravansuhas closed 5 years ago

Sravansuhas commented 5 years ago

My Configuration buildToolsVersion = "28.0.2" minSdkVersion = 19 compileSdkVersion = 28 targetSdkVersion = 28 supportLibVersion = "28.0.0"

Task :react-native-unity-view:verifyReleaseResources FAILED

FAILURE: Build failed with an exception.

Sravansuhas commented 5 years ago

Oh I solved the issue. Just updated the compileSdkVersion to 28 in the Package gradle .

Sravansuhas commented 5 years ago

Oh I solved the issue. Just updated the compileSdkVersion to 28 in the Package gradle .