Wednesday, 7 August 2013

How can I check which gradle version is used in my project?

How can I check which gradle version is used in my project?

In my build.gradle file I set the following dependency:
dependencies {
classpath 'com.android.tools.build:gradle:0.5.+'
}
This will automatically adapt to the latest released version (like it's
described here: http://tools.android.com/knownissues).
How can I check wich current release is used in my project?

No comments:

Post a Comment