When we use RecyclerView, if we want to use a specific version, how can we know the version number? If you have used this library in your notebook, it will be saved on your local hard disk.
Local storage path of version number of Android self dependent package:
It doesn't matter if you haven't used this version. It's stated in Google developer that the version number of Support Library is actually in developer
Support Library Revision Archive
Recent Support Library Revisions
jar local storage path of the third party
RecyclerView
compile 'com.android.support:recyclerview-v7:25.3.0'
Version number:
1 21.0.0 2 21.0.2 3 21.0.3 4 22.1.0 5 22.1.1 6 22.2.0 7 22.2.1 8 23.0.0 9 23.0.1 10 23.1.1 11 23.2.0 12 23.2.1 13 23.3.0 14 23.4.0 15 24.0.0 16 24.0.0-alpha1 17 24.0.0-alpha2 18 24.0.0-beta1 19 24.1.0 20 24.2.0 21 24.2.1 22 25.0.0 23 25.0.1 24 25.2.0 25 25.3.0 26 25.3.1 27 26.0.0-alpha
CardView
compile 'com.android.support:cardview-v7:25.1.0'
Version number:
1 21.0.0 2 21.0.2 3 21.0.3 4 22.0.0 5 22.1.0 6 22.1.1 7 22.2.0 8 22.2.1 9 23.0.0 10 23.0.1 11 23.1.0 12 23.1.1 13 23.2.0 14 23.2.1 15 23.3.0 16 23.4.0 17 24.0.0 18 24.0.0-alpha1 19 24.0.0-alpha2 20 24.0.0-beta1 21 24.1.0 22 24.1.1 23 24.2.0 24 24.2.1 25 25.0.0 26 25.0.1 27 25.2.0 28 25.3.0 29 25.3.1 30 26.0.0-alpha
design
compile 'com.android.support:design:25.1.0'
Version number:
1 22.2.0 2 22.2.1 3 23.0.0 4 23.0.1 5 23.1.0 6 23.1.1 7 23.2.0 8 23.2.1 9 23.3.0 10 23.4.0 11 24.0.0 12 24.0.0-alpha1 13 24.0.0-alpha2 14 24.0.0-beta1 15 24.1.0 16 24.1.1 17 24.2.0 18 24.2.1 19 25.0.0 20 25.0.1 21 25.2.0 22 25.3.0 23 25.3.1 24 26.0.0-alpha
V7
compile 'com.android.support:appcompat-v7:25.1.1'
Version number:
1 18.0.0 2 19.0.0 3 19.0.1 4 19.1.0 5 20.0.0 6 21.0.0 7 21.0.2 8 21.0.3 9 22.0.0 10 22.1.0 11 22.1.1 12 22.2.0 13 22.2.1 14 23.0.0 15 23.0.1 16 23.1.1 17 23.2.0 18 23.2.1 19 23.3.0 20 23.4.0 21 24.0.0 22 24.0.0-alpha1 23 24.0.0-alpha2 24 24.0.0-beta1 25 24.1.0 26 24.2.0 27 24.2.1 28 25.0.0 29 25.0.1 30 25.2.0 31 25.3.0 32 25.3.1 33 26.0.0-alpha