I\'ve always added dependencies like this:
dependencies {
compile \'com.android.support:mediarouter-v7:19.+\'
}
but in the recent versi
Avoid to use + in version declare.
You can try andle to check if dependency out of date, also the build tool version and sdk version.
Simple three step:
1. install:
$ sudo pip install andle
2. set sdk:
$ andle setsdk -p
3. update depedency:
$ andle update -p [--dryrun] [--remote]
--dryrun: only print result in console
--remote: check version in jcenter and mavenCentral