서울특별시 등산코스 안내 모바일 어플리케이션
-
안드로이드 스튜디오 3.4.2
-
Kotlin
//Design, Layout, etc.
implementation 'com.google.android.material:material:1.0.0-rc01'
implementation 'com.github.bumptech.glide:glide:4.9.0'
implementation "androidx.recyclerview:recyclerview:1.0.0"
implementation 'com.squareup.retrofit2:retrofit:2.6.1'
implementation 'com.squareup.retrofit2:converter-gson:2.6.1'
//indicator
implementation 'com.ryanjeffreybrooks:indefinitepagerindicator:1.0.10'
implementation 'com.tbuonomo.andrui:viewpagerdotsindicator:4.1.2'
//permission
implementation "gun0912.ted:tedpermission:2.1.0"
//KaKao API
implementation 'androidx.appcompat:appcompat:1.1.0-alpha01'
implementation files('libs/libDaumMapAndroid.jar')
implementation group: project.KAKAO_SDK_GROUP, name: 'usermgmt', version: project.KAKAO_SDK_VERSION
implementation 'com.kakao.sdk:kakaotalk:1.13.0'