솝커톤 :: 할로윈 맞이 고민 없이 쉽고 빠르게 코스튬을 랜덤으로 추천해주는 모바일 어플리케이션
-
안드로이드 스튜디오 3.5.1
-
Kotlin
//retrofit
implementation 'com.squareup.retrofit2:retrofit:2.6.2'
implementation 'com.squareup.retrofit2:retrofit-mock:2.6.2'
implementation 'com.google.code.gson:gson:2.8.6'
implementation 'com.squareup.retrofit2:converter-gson:2.6.2'
//Design, Layout, etc.
implementation 'com.github.bumptech.glide:glide:4.10.0'
annotationProcessor 'com.github.bumptech.glide:compiler:4.10.0'
implementation 'com.google.android.material:material:1.0.0-rc01'
implementation "androidx.recyclerview:recyclerview:1.0.0"