Skip to content

Latest commit

 

History

History
34 lines (26 loc) · 2.5 KB

README.md

File metadata and controls

34 lines (26 loc) · 2.5 KB

🌿 나만의 식물 관리 파트너, Plantity

💚 Plantity - Android

고예린 장나리 황수연

🌿 서비스 소개

⚙️ Stack

    implementation 'androidx.viewpager2:viewpager2:1.0.0'

    // Retrofit
    implementation 'com.squareup.retrofit2:retrofit:2.9.0'
    implementation 'com.squareup.retrofit2:converter-gson:2.6.0'

    // material calendar
    implementation 'com.github.prolificinteractive:material-calendarview:2.0.0'
    implementation 'com.jakewharton.threetenabp:threetenabp:1.2.0'

    //glide
    implementation 'com.github.bumptech.glide:glide:4.9.0'
    annotationProcessor 'com.github.bumptech.glide:compiler:4.9.0'

    // kakao login
    implementation "com.kakao.sdk:v2-user:2.11.0"