diff --git a/android/build.gradle b/android/build.gradle index 12fbc47..5b267e3 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -42,4 +42,13 @@ subprojects {project -> maven { url = 'https://dl.bintray.com/android/android-tools/' } } } -} + // https://stackoverflow.com/questions/52613089/getting-verifyreleaseresources-error-after-upgrading-react-native + afterEvaluate { + if (project.hasProperty("android")) { + android { + compileSdkVersion 27 + buildToolsVersion "27.0.3" + } + } + } +} \ No newline at end of file