Which Android Gradle Plugin version should I use in my project? -
which version should utilize in project?
i have:
buildscript { repositories { mavencentral() } dependencies { classpath 'com.android.tools.build:gradle:0.12.2' } } allprojects { repositories { mavencentral() } }
i`m using sdk 21 , android build tools 21.0.2.
0.13.3 latest version of android gradle plugin. can find release notes (including version numbers) here: http://tools.android.com/tech-docs/new-build-system
android android-gradle
No comments:
Post a Comment