My Application is having minSdkVersion = 10.
I would like to add a library which requires minSdkVersion to be more than 14,
and hence I am getting Manifest merger failed error.
Is there any solution for it?
Even if users having os version between 10-14 won't be able to use library's features is acceptible,
but I want to give them access to app's other features.