implementation 'com.github.bumptech.glide:glide:4.5.0'
implementation 'com.youth.banner:banner:1.4.10'
implementation 'androidx.appcompat:appcompat:1.2.0'
implementation 'com.google.android.material:material:1.3.0'
implementation 'androidx.constraintlayout:constraintlayout:2.0.4'
implementation files('libs\\gson-2.8.0.jar')
implementation files('libs\\okhttp-3.12.0.jar')
implementation files('libs\\okio-1.15.0.jar')
testImplementation 'junit:junit:4.+'
androidTestImplementation 'androidx.test.ext:junit:1.1.2'
androidTestImplementation 'androidx.test.espresso:espresso-core:3.3.0'
另需要导入gson2.8.0。jar(其他版本也可以)、okhttp3.12.0.jar(其他版本也可以)、okio1.15.0(其他版本也可以)
|