This website no longer provides downloads for android studio. instead get preview builds at developer.android.com/studio/preview/.. or get the stable release at. Dependencies { classpath 'com.android.tools.build:gradle:+'.. #more lines here } however, the project i am using uses an old version of gradle, and this line always requested the latest version. took me a while to figure it out.. */ dependencies { classpath 'com.android.tools.build:gradle:3.3.2' } } /** * the allprojects block is where you configure the repositories and * dependencies used by all modules in your project, such as third-party plugins * or libraries. however, you should configure module-specific dependencies in * each module-level build.gradle file..
Com.android.tools.build
0 comments:
Post a Comment