我无法将android studio App Admob添加到应用程序中 .

grandle无法下载此内容

'https://dl.google.com/dl/android/maven2/com/google/gms/google-services/3.1.1/google-services-3.1.1.pom' .

无法获得'https://jcenter.bintray.com/com/google/gms/google-services/3.1.1/google-services-3.1.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.android.tools.build:gradle:3.1.3'


    // NOTE: Do not place your application dependencies here; they belong
    // in the individual module build.gradle files
}
}

allprojects {
repositories {
    google()
    jcenter()
}
}

 task clean(type: Delete) {
delete rootProject.buildDir
 }

SCREENSHOTS

SCREENSHOTS1

SCREENSHOTS2

SCREENSHOTS3

SCREENSHOTS4

SCREENSHOTS5