I am currently reading up on the Android Support Libraries (I am aware of Jetpack/AndroisX, but can't use them yet).
I understand that v7 depends on v4, so with adding v7 I get v4 and what comes with v7. What I don't understand are the other v<number>
like v8, v13. Do they extend v7? In general, if I start a new application with Android Support Libraries, would I use the highest v<number>
or still v7?