I'm doing an Android app that needs the latest support library.
If I understand correctly the latest version is 22.2.0
So I'm trying to get the com.android.support - appcompat-v7 version 22.2.0 dependency but it is not found on search.maven.org
As one can see, it is the one required by the gradle dependency on this article:
http://androidgifts.com/navigation-view-using-design-support-library/#comment-11
The latest android sdk android-sdk_r24.3.3-linux.tar does not have it. It only has the 22.2.0 version.
How come Maven does not have it ?
Any way to download it ?