0
shizhen
  • 11,455
  • 9
  • 49
  • 81
Suresh Tamang
  • 44
  • 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
  • 11,455
  • 9
  • 49
  • 81
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