| | |
| | | dependencies { |
| | | |
| | | implementation 'androidx.appcompat:appcompat:1.2.0' |
| | | implementation 'com.google.android.material:material:1.3.0' |
| | | implementation 'com.google.android.material:material:1.4.0' |
| | | implementation 'androidx.constraintlayout:constraintlayout:2.0.4' |
| | | implementation 'androidx.lifecycle:lifecycle-livedata-ktx:2.3.1' |
| | | implementation 'androidx.lifecycle:lifecycle-viewmodel-ktx:2.3.1' |
| | |
| | | implementation 'com.squareup.retrofit2:retrofit:2.3.0' |
| | | //RXjava和retrofit结合 |
| | | implementation 'com.squareup.retrofit2:adapter-rxjava2:2.2.0' |
| | | implementation 'com.google.android.material:material:1.4.0' |
| | | implementation 'com.github.bumptech.glide:glide:4.12.0' |
| | | implementation 'com.permissionx.guolindev:permissionx:1.2.2' //权限依赖 |
| | | implementation 'com.permissionx.guolindev:permissionx:1.2.2' //权限依赖让你推广你就发群里?没有别的群了? |
| | | implementation 'com.github.bumptech.glide:glide:4.12.0' |
| | | annotationProcessor 'com.github.bumptech.glide:compiler:4.12.0' |
| | | |
| | | } |