아래는 코모스튜디오가 직접 만든 무료 앱이에요(한 번만 봐주세요 ^^)
please fix the version conflict either by updating the version of the google-services plugin (9.0.0)
에러를 만난다면
최상위 gradle에
dependencies {
classpath 'com.android.tools.build:gradle:3.0.1'
classpath 'com.google.gms:google-services:3.0.0' // for firebase
}
요렇게 작성 하지 않았거나,
build.gradle 에
apply plugin: 'com.google.gms.google-services'
을 파일의 맨 아래 줄에 작성 하지 않으면 발생 한다.
모든 게시물은 코모스튜디오의 소유이며, 무단 복제 수정은 절대 불가입니다. |
퍼가실 경우 댓글과 블로그 주소를 남기고 해당 게시물에 출처를 명확히 밝히세요. |