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
luke_c
10/06/2021, 9:23 AM
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