igreenwood / SimpleCropView

A simple image cropping library for Android.
MIT License
2.47k stars 458 forks source link

RxJava1 和RxJava2 冲突了 #114

Open VectorWen opened 6 years ago

VectorWen commented 6 years ago

我的项目本身已经使用了RxJava1,之后加入该库,就出现

com.android.builder.packaging.DuplicateFileException:
 Duplicate files copied in APK META-INF/rxjava.properties

能否加入一个去除RxJava的版本?

jzyu commented 6 years ago

compile ('com.isseiaoki:simplecropview:1.1.6') { exclude group: 'io.reactivex.rxjava2' }