Сообщество IT-специалистов
Ответы на любые вопросы об IT
Профессиональное развитие в IT
Удаленная работа для IT-специалистов
(Required by:
android:CordovaLib:unspecified
> Could not HEAD 'https://repo1.maven.org/maven2/com/android/tools/b...'.
> peer not authenticated
)
build.grandle
apply plugin: 'android'
buildscript {
repositories {
maven {
url "repo1.maven.org/maven2"
}
}
// Switch the Android Gradle plugin version requirement depending on the
// installed version of Gradle. This dependency is documented at
// tools.android.com/tech-docs/new-build-system/versi...
// and https://issues.apache.org/jira/browse/CB-8143
dependencies {
classpath 'com.android.tools.build:gradle:1.5.0'
}
}
// Allow plugins to declare Maven dependencies via build-extras.gradle.
repositories {
maven {
url "repo1.maven.org/maven2"
}
}
...