1 Star 0 Fork 3

测试项目/Auto.js-dev

forked from 阿建/Auto.js-dev 
加入 Gitee
與超過 1200 萬 開發者一起發現、參與優秀開源項目,私有倉庫也完全免費 :)
免費加入
克隆/下載
build.gradle 759 Bytes
一鍵複製 編輯 原始數據 按行查看 歷史
阿建 提交於 2019-12-03 14:38 . Initial commit
import groovy.json.JsonSlurper
// Top-level build file where you can add configuration options common to all sub-projects/modules.
buildscript {
ext.kotlin_version = '1.3.10'
repositories {
google()
jcenter()
}
dependencies {
classpath 'com.android.tools.build:gradle:3.2.1'
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
classpath 'com.jakewharton:butterknife-gradle-plugin:9.0.0-rc2'
}
}
allprojects {
repositories {
jcenter()
maven {
url "https://jitpack.io"
}
google()
}
}
task clean(type: Delete) {
delete rootProject.buildDir
}
ext {
versions = new JsonSlurper().parse(file('./project-versions.json'))
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/etgyd_test_project/Auto.js-dev.git
git@gitee.com:etgyd_test_project/Auto.js-dev.git
etgyd_test_project
Auto.js-dev
Auto.js-dev
master

搜索幫助