首页 > 其他分享 >添加关键依赖库地址

添加关键依赖库地址

时间:2023-01-15 12:22:05浏览次数:41  
标签:依赖 androidx implementation banner 地址 添加 com junit 加载

implementation 'androidx.appcompat:appcompat:1.5.1'
implementation 'com.google.android.material:material:1.7.0'
implementation 'androidx.constraintlayout:constraintlayout:2.1.4'
implementation 'com.android.volley:volley:1.2.1' --小量键值对网络数据加载
// testImplementation 'junit:junit:4.13.2'
// androidTestImplementation 'androidx.test.ext:junit:1.1.5'
// androidTestImplementation 'androidx.test.espresso:espresso-core:3.5.1'
implementation 'io.github.youth5201314:banner:2.2.2' ---图片轮播效果
// implementation 'com.youth.banner:banner:1.4.9'
implementation 'com.github.bumptech.glide:glide:4.13.0' --图片加载
implementation 'org.xutils:xutils:3.8.12'-----网络加载

标签:依赖,androidx,implementation,banner,地址,添加,com,junit,加载
From: https://www.cnblogs.com/skynight/p/17053310.html

相关文章