0
shizhen
  • 12,251
  • 9
  • 52
  • 88
Suresh Tamang
  • 42
  • 1
  • 9

2 Answers2

0

Try below workaround

subprojects {
    if (project.name.contains('react-native-vector-icons')) {
        buildscript {
            repositories {
                jcenter()
                maven { url "https://dl.bintray.com/android/android-tools/"  }
            }
        }
    }
}
shizhen
  • 12,251
  • 9
  • 52
  • 88
0

you should try again today as the jCenter services were taken down due to some miscommunication. Now all the packages are restored.

Cadis
  • 35
  • 5