How does android merge the custom library's support library with that of application? [duplicate]
This question already has an answer here : How do make sure there is no conflict of “v7 appcompat or support” of my library when any application uses my library? (1 answer) Closed 2 years ago . I have a android library with com.android.support:appcompat-v7:23.0.1 dependency in the gradle with compliedSDK of 23 I have following doubts case 1) Say any applicaion with different version com.android.support:appcompat-v7:23.3.0 uses my library. which version does the android take? Lower one or Higher one? How do i see it? How do i make sure there is no conflict of v7 appcompat when any app uses my