Remove unneeded maven repo and upgrade gradle to 4.10
This commit is contained in:
@@ -37,11 +37,6 @@ ext {
|
||||
}
|
||||
|
||||
subprojects {project ->
|
||||
buildscript {
|
||||
repositories {
|
||||
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")) {
|
||||
|
||||
Reference in New Issue
Block a user