Just upgraded my Android build tools version to 19.1.0 and this is what I am getting:
Unsupported method: Dependencies.getJars(). The version of Gradle you connect to does not support that method. To resolve the problem you can change/upgrade the target version of Gradle you connect to. Alternatively, you can ignore this exception and read other information from the model.: Unsupported method: Dependencies.getJars().
I searched all my libraries and dependancies and all is set to 19.1.0
What am I missing?