728x90
반응형



Gradle 파일에 'compile' 이란 단어가 없는데, 

자꾸 Android Studio 에서 Error 메세지로, 

Configuration 'compile' is obsolete and has been replaced with 'implementation' and 'api'.

라고 할 때,

 

문제는 여기에 있다.  

build.gradle file - apply plugin: 'com.google.gms.google-services' 


 'com.google.gms.google-services'  이 라이브러리의 버전을 최신 버전으로 설정해주면 Gradle 단에서 발생하는 

에러는 해결할 수 있다. 

반응형

+ Recent posts