Remove unneeded maven repo and upgrade gradle to 4.10

This commit is contained in:
Julia Friesel
2019-04-29 08:47:58 +02:00
parent ded3a79bbc
commit 2276b37741
2 changed files with 1 additions and 6 deletions
-5
View File
@@ -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")) {