compile 'com.youth.banner:banner:1.4.10' compile 'com.github.bumptech.glide:glide:3.6.1' compile 'com.hjm:BottomTabBar:1.1.1' compile 'com.jakewharton:butterknife:8.8.1' annotationProcessor 'com.jakewharton:butterknife-compiler:8.8.1' compile 'io.reactivex.rxjava2:rxjava:2.0.7' compile 'io.reactivex.rxjava2:rxandroid:2.0.1' compile 'com.squareup.retrofit2:retrofit:2.1.0' compile 'com.squareup.retrofit2:adapter-rxjava2:2.2.0' compile 'com.squareup.retrofit2:converter-gson:2.1.0' compile 'com.squareup.retrofit2:converter-scalars:2.1.0' compile 'com.squareup.okhttp3:okhttp:3.3.1' implementation 'com.android.support:design:27.1.1' compile 'com.jcodecraeer:xrecyclerview:1.3.2' compile 'org.greenrobot:greendao:3.2.0'' apply plugin: 'org.greenrobot.greendao' greendao { schemaVersion 1 daoPackage 'com.greendao.gen' targetGenDir 'src/main/java' } classpath 'org.greenrobot:greendao-gradle-plugin:3.2.0'
常用依赖
最新推荐文章于 2025-04-08 23:36:29 发布