// Top-level build file where you can add configuration options common to all sub-projects/modules.buildscript {    ext.kotlin_version = '1.3.40'    repositories {        maven { url 'https://maven.aliyun.com/repository/google' }        maven { url 'https://maven.aliyun.com/repository/jcenter' }        maven { url 'https://maven.aliyun.com/repository/gradle-plugin' }        google()        jcenter()    }    dependencies {        classpath 'com.android.tools.build:gradle:3.4.1'        classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"        // NOTE: Do not place your application dependencies here; they belong        // in the individual module build.gradle files    }}allprojects {    repositories {        maven { url 'https://maven.aliyun.com/repository/google' }        maven { url 'https://maven.aliyun.com/repository/jcenter' }        maven { url 'https://maven.aliyun.com/repository/gradle-plugin' }        google()        jcenter()    }}task clean(type: Delete) {    delete rootProject.buildDir}

更多相关文章

  1. 代码中设置drawableleft
  2. android 3.0 隐藏 系统标题栏
  3. Android开发中activity切换动画的实现
  4. Android(安卓)学习 笔记_05. 文件下载
  5. Android中直播视频技术探究之—摄像头Camera视频源数据采集解析
  6. 技术博客汇总
  7. android 2.3 wifi (一)
  8. AndRoid Notification的清空和修改
  9. Android中的Chronometer

随机推荐

  1. android 连接webservice
  2. android 通过百度地图定位获取坐标在导航
  3. android:layout_gravity和android:gravit
  4. Android视图框架
  5. 【Android自学笔记】android实现TextView
  6. Android的地图服务
  7. Android获取在线视频的缩略图方式对比
  8. Android浏览器显示大分辨率图片的问题 分
  9. Android 入门第八讲02-WebView的高级用法
  10. android,No Launcher activity found!