032: Making sense of Android Support Library version numbers

The Android Support library framework is the biggest boon to Android developers. But how does one makes sense of the different versions and revisions available? In this fragment we try to address that question.

Download directly

Show Notes

`

 ./gradlew -q app:dependencies    

 +--- com.android.support:design:23.1.1
 |    +--- com.android.support:appcompat-v7:23.1.1 (*)
 |    +--- com.android.support:recyclerview-v7:23.1.1
 |    |    +--- com.android.support:support-annotations:23.1.1
 |    |    \--- com.android.support:support-v4:23.1.1 (*)
 |    \--- com.android.support:support-v4:23.1.1 (*)

`

Contact