Yevhen Harastovych
Results
1
comments of
Yevhen Harastovych
I'd rather you change the support library import in your project to this: ``` compile ('com.android.support.blahblahblah') { transitive = false } ``` this will eliminate the dependency conflict issue and...