Skip to content
CheeseCri edited this page Jun 28, 2018 · 29 revisions

공통 요구사항

안드로이드 Minimum SDK : 21th

내비게이션

  1. play-services-maps:15.0.1

적용방법 : Gradle Scripts -> build.gradle (Module:app) 파일 수정 dependencies 블록 밑에 implementation 'com.google.android.gms:play-services-maps:15.0.1' implementation 'com.google.android.gms:play-services-location:15.0.1' implementation 'com.android.support:support-media-compat:27.1.1' implementation 'com.android.support:support-v4:27.1.1'

Clone this wiki locally