I am getting error: Configuration 'compile' is obsolete and has been replaced with 'implementation'. It will be removed at the end of 2018

后端 未结 5 1433
日久生厌
日久生厌 2021-02-01 23:21

I got this error after an update of Android Gradle plugin and Android Studio.

I have checked this question (Android Studio build.gradle warning message), but I am not ab

5条回答
  •  误落风尘
    2021-02-02 00:02

    just go to your app>> "Gradle Scripts" and open build.gradle(Project:"your project name") and change this line (classpath 'com.google.gms:google-services:3.1.0') to (classpath 'com.google.gms:google-services:3.2.0'). current version 4.0.1

提交回复
热议问题