I am using an Android library project. I set the goal of creating my library, to say 11, to use api 11 and have advanced compatibility, and I set the check for the min sdk version so that the application does not crash on startup on os <11
My other projects have a build target of 8, so I want to know if this is the right way to set the build version of the library project higher than projects with a lower build goal to use it?
right now I have not seen a single crash. I just want to know if a library with a higher version of the assembly can be used in projects with a lower version of sdk for assembly than the library.
Thanks in advance.:)
source share