КАК СКАЧАТЬ СЕРВИС GOOGLE,?
Я запускаю новый проект в Android Studio 3.1.3;... Единственная проблема с синхронизацией в Gradle, это не удалось загрузить
' https://jcenter.bintray.com/com/google/gms/google-services/4.0.1/google-services-4.0.1.pom'
Я проверяю каждый раз, когда мое соединение в порядке, но не могу загрузить эти файлы §§!!
Пожалуйста, поделитесь любым предложением..
// Top-level build file where you can add configuration options common
to all sub-projects/modules.
buildscript {
repositories {
google()
jcenter()
}
dependencies {
classpath 'com.google.gms:google-services:4.0.1'
// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files
}
}
allprojects {
repositories {
google()
jcenter()
maven {
url "https://maven.google.com"
}
}
}
task clean(type: Delete) {
delete rootProject.buildDir
}
Buid.gradle
#Thu Jun 28 09:24:59 GMT-12:00 2018
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-4.4-all.zip
gradle обертка собственности