//网络
implementation 'com.google.code.gson:gson:2.8.5'
implementation 'io.reactivex.rxjava2:rxjava:2.0.1'
implementation 'io.reactivex.rxjava2:rxandroid:2.1.1'
implementation 'com.squareup.retrofit2:retrofit:2.6.0'
implementation 'com.squareup.retrofit2:converter-gson:2.6.0'
implementation 'com.jakewharton.retrofit:retrofit2-rxjava2-adapter:1.0.0'
implementation 'com.squareup.okhttp3:okhttp:3.14.3'
implementation 'com.squareup.okhttp3:logging-interceptor:3.8.1'
//图片加载
implementation 'com.github.bumptech.glide:glide:4.11.0'
//navigation
implementation 'androidx.navigation:navigation-fragment:2.2.2'
implementation 'androidx.navigation:navigation-ui:2.2.2'
//LiveData,ViewModle
implementation 'androidx.lifecycle:lifecycle-extensions:2.2.0'
//动画 FlingAnimation,SpringAnimation
implementation 'androidx.dynamicanimation:dynamicanimation:1.0.0'
implementation "com.airbnb.android:lottie:3.4.4"
//view
implementation 'com.google.android.material:material:1.0.0'
implementation 'androidx.recyclerview:recyclerview:1.0.0'
//二维码
implementation 'com.google.zxing:core:3.3.0'
//权限
implementation 'pub.devrel:easypermissions:3.0.0'