Still getting warning Configuration compile is obsolete and has been replaced with implementation

0 votes

I understood that I will have to replace each occurrence of compile by implementation in the build.gradle of my project and I have replaced it as well but yet I always get the warning mentioned below:- enter image description here

I have tried and searched for "compile" in the whole project but no match was found and I would like to know what could be the reason for this?

Feb 11, 2022 in Others by Soham
• 9,700 points
658 views

1 answer to this question.

0 votes

 For me, I was facing this similar warning but then I updated my com.google.gms:google-services from 3.1.1 to 3.2.0 and the warning stopped appearing. Have shared the code below, hope this helps you out! 

buildscript { 

      repositories { 
              google() 
              jcenter() 
} 
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' 
    } 
}
answered Feb 11, 2022 by Rahul
• 9,670 points

Related Questions In Others

–2 votes
0 answers
0 votes
1 answer

Windows git "warning: LF will be replaced by CRLF", is that warning tail backward?

 Depending on the editor you are using, ...READ MORE

answered Feb 16, 2022 in Others by Aditya
• 7,680 points
5,320 views
0 votes
0 answers

LF will be replaced by CRLF in git - What is that and is it important?

I was trying to create a new ...READ MORE

May 16, 2022 in Others by Kichu
• 19,050 points
705 views
0 votes
2 answers

Excel VBA App stops spontaneously with message "Code execution has been halted"

Solution Press the "Debug" button in the popup. Press Ctrl+Pause|Break twice. Hit ...READ MORE

answered Sep 29, 2022 in Others by narikkadan
• 63,420 points
819 views
+15 votes
2 answers

Git management technique when there are multiple customers and need multiple customization?

Consider this - In 'extended' Git-Flow, (Git-Multi-Flow, ...READ MORE

answered Mar 27, 2018 in DevOps & Agile by DragonLord999
• 8,450 points
3,516 views
+2 votes
1 answer
0 votes
1 answer

What is the difference between POST and PUT in HTTP?

To answer your question, both of them ...READ MORE

answered Feb 11, 2022 in Others by Rahul
• 9,670 points
429 views
0 votes
1 answer

It shows black screen when trying to load Map on device with ionic 2 Google Map Native plugin

In order to answer your question, start ...READ MORE

answered Feb 8, 2022 in Others by Rahul
• 9,670 points
1,441 views
webinar REGISTER FOR FREE WEBINAR X
REGISTER NOW
webinar_success Thank you for registering Join Edureka Meetup community for 100+ Free Webinars each month JOIN MEETUP GROUP