What’s the best practices around libraries setting...
# android
l
What’s the best practices around libraries settings targetSdkVersion? I’ve seen some posts saying it’s best to omit it, but wouldn’t it then default to the library’s minSdkVersion value?
😶 1
Changing it doesn’t seem to affect the merged manifest • App targets 28, library targets 26 -> Merged is 28 • App targets 28, library targets 31 -> Merged is 28