-
Notifications
You must be signed in to change notification settings - Fork 1
Library & Purpose๐
SONPYEONGHWA edited this page Jul 17, 2020
·
2 revisions
Glide ์ด๋ฏธ์ง ๋ก๋ฉ ๋ผ์ด๋ธ๋ฌ๋ฆฌ
implementation "com.github.bumptech.glide:glide:4.10.0"
kapt "com.github.bumptech.glide:compiler:4.10.0"
Material ๋์์ธ ๋ผ์ด๋ธ๋ฌ๋ฆฌ(NavigationView ๋์์ธ ์ฌ์ฉ)
implementation 'com.google.android.material:material:1.0.0'
์ค์๊ฐ ํต์ ์ ์ํ Socket ๋ผ์ด๋ธ๋ฌ๋ฆฌ
implementation ('io.socket:socket.io-client:1.0.0') { exclude group: 'org.json', module: 'json' }
์๋ฒํต์ ์ ์ํ Retrofit ๋ผ์ด๋ธ๋ฌ๋ฆฌ
implementation 'com.google.code.gson:gson:2.8.6'
implementation 'com.squareup.retrofit2:retrofit:2.7.1'
implementation 'com.squareup.retrofit2:converter-gson:2.7.1'
Firebase SDK Google ๋ก๊ทธ์ธ ์ฐ๋
implementation 'com.google.firebase:firebase-analytics:17.2.2'
implementation 'com.google.firebase:firebase-auth:18.0.0'
implementation 'com.google.android.gms:play-services-auth:18.0.0'
Kakao SDK๋ก๊ทธ์ธ ์ฐ๋
implementation group: project.KAKAO_SDK_GROUP, name: 'usermgmt', version: project.KAKAO_SDK_VERSION
Splash, ๋ผ์ด๋ ๋๊ธฐ์ค ๋ก๋ฉ ํ๋ฉด ๊ตฌํ์ ์ํ Lottie ๋ผ์ด๋ธ๋ฌ๋ฆฌ
implementation 'com.airbnb.android:lottie:3.4.1'
๋ด๋ถ Database ๊ตฌ์ถ์์ํ Room ๋ผ์ด๋ธ๋ฌ๋ฆฌ
implementation "androidx.room:room-runtime:2.2.5"
Drawing ๊ด๋ จ ๋ผ์ด๋ธ๋ฌ๋ฆฌ
implementation 'com.github.gcacace:signature-pad:1.3.1'