Android studio中的依赖(SDK30)

    testImplementation 'junit:junit:4.+'
    androidTestImplementation 'androidx.test.ext:junit:1.1.1'
    androidTestImplementation 'androidx.test.espresso:espresso-core:3.2.0'

//    implementation 'com.github.open-android:JieCaoVideoPlayer:7.0.5'
    implementation 'fm.jiecao:jiecaovideoplayer:4.8.3'
    implementation 'com.squareup.picasso:picasso:2.5.2'

    //butterknife依赖
    implementation 'com.jakewharton:butterknife:10.2.3'
    //butterknife获得控件不会空指针
    api 'com.jakewharton:butterknife:10.2.3'
    annotationProcessor 'com.jakewharton:butterknife-compiler:10.2.3'

    //    添加gson依赖
    compile 'com.google.code.gson:gson:2.6.2'

    //1、lombok依赖
    implementation 'javax.annotation:javax.annotation-api:1.2'
    //依赖lombok的API,内部虽然已经声明了注解解释器,但在AndroidStudio上有Bug(导致编译报错找不到生成的方法),需要自己主动再声明一次
    implementation 'org.projectlombok:lombok:1.16.6'
//主动声明注解解释器
    annotationProcessor 'org.projectlombok:lombok:1.16.6'

//    glide
    implementation 'com.github.bumptech.glide:glide:4.11.0'
    annotationProcessor 'com.github.bumptech.glide:compiler:4.11.0'

    //    添加rxjava依赖
    implementation 'io.reactivex.rxjava2:rxandroid:2.0.2'
    implementation 'io.reactivex.rxjava2:rxjava:2.0.2'

//    添加retrofit依赖
    api "com.squareup.retrofit2:retrofit:2.3.0"
    api "com.squareup.retrofit2:converter-gson:2.3.0"
    api "com.squareup.retrofit2:adapter-rxjava2:2.3.0"

    //    添加OKHTTP链接
    implementation "com.squareup.okhttp3:okhttp:4.9.0"
    compile 'com.squareup.okhttp3:logging-interceptor:3.8.0'
    //    添加eventbus用于消息传递
    compile 'org.greenrobot:eventbus:3.0.0'

//   添加视频会话 aroga
    implementation 'io.agora.rtc:full-sdk:2.0.0'


    implementation 'com.android.support:recyclerview-v7:28.0.0-alpha3'
    implementation 'com.android.support:appcompat-v7:28.0.0-alpha3'
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值