Com.google.gms: google-services adresine neden olan bir Uyarı daha var.
Çözüm, class.yol com.google.gms: google-services 'i build.gradle Project dosyasındaki' com.google.gms: google-services: 3.2.0 'sınıf yoluna yükseltmektir:
buildscript {
repositories {
jcenter()
google()
}
dependencies {
classpath 'com.android.tools.build:gradle:3.1.0'
// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files
classpath 'com.google.gms:google-services:3.2.0'
}
}
allprojects {
repositories {
jcenter()
google()
}
}
task clean(type: Delete) {
delete rootProject.buildDir
}
Android Studio sürüm 3.1'de bağımlılıklar bileşen kelimesi uygulamaya geçiyor
studio 3.1 Uyarı ile bağımlılıklar
dependencies {
compile fileTree(dir: 'libs', include: ['*.jar'])
compile 'com.android.support:appcompat-v7:27.1.0'
compile 'com.android.support.constraint:constraint-layout:1.0.2'
testImplementation 'junit:junit:4.12'
androidTestImplementation 'com.android.support.test:runner:1.0.1'
androidTestImplementation 'com.android.support.test.espresso:espresso-core:3.0.1'
}
bağımlılıkları android studio 3.1 TAMAM
dependencies {
implementation fileTree(dir: 'libs', include: ['*.jar'])
implementation 'com.android.support:appcompat-v7:27.1.0'
implementation 'com.android.support.constraint:constraint-layout:1.0.2'
testImplementation 'junit:junit:4.12'
androidTestImplementation 'com.android.support.test:runner:1.0.1'
androidTestImplementation 'com.android.support.test.espresso:espresso-core:3.0.1'
}
Gradel, yeni proje için Android Studio 3.1 tarafından oluşturuldu.
Https://docs.gradle.org/current/userguide/dependency_management_for_java_projects.html adresini ziyaret edin.
Ayrıntılar için https://docs.gradle.org/current/userguide/declaring_dependencies.html