当前位置:   article > 正文

andrsoid studio 长期编辑

andrsoid studio 长期编辑

andrsoid studio

 

2020-02-08 修改build.gradle配置

  1. // Top-level build file where you can add configuration options common to all sub-projects/modules.
  2. buildscript {
  3. repositories {
  4. google()
  5. maven{ url 'http://maven.aliyun.com/nexus/content/groups/public/'}
  6. mavenCentral()
  7. }
  8. dependencies {
  9. classpath 'com.android.tools.build:gradle:3.5.0'
  10. // NOTE: Do not place your application dependencies here; they belong
  11. // in the individual module build.gradle files
  12. }
  13. }
  14. allprojects {
  15. repositories {
  16. google()
  17. maven{ url 'http://maven.aliyun.com/nexus/content/groups/public/'}
  18. mavenCentral()
  19. }
  20. }
  21. task clean(type: Delete) {
  22. delete rootProject.buildDir
  23. }

 

声明:本文内容由网友自发贡献,不代表【wpsshop博客】立场,版权归原作者所有,本站不承担相应法律责任。如您发现有侵权的内容,请联系我们。转载请注明出处:https://www.wpsshop.cn/w/Cpp五条/article/detail/310924
推荐阅读
相关标签
  

闽ICP备14008679号