Answers for "verifyReleaseResources FAILED"

0

verifyReleaseResources FAILED

Paste this inside android/build.gradle

subprojects {
    afterEvaluate {project ->
        if (project.hasProperty("android")) {
            android {
                compileSdkVersion 28
                buildToolsVersion "28.0.3"
            }
        }    }}
Posted by: Guest on May-13-2021

Browse Popular Code Answers by Language