1 Star 0 Fork 1

建_J/HTextView

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
build.gradle 884 Bytes
一键复制 编辑 原始数据 按行查看 历史
张玉涵 提交于 2018-05-07 19:03 . release: v0.1.6
// Top-level build file where you can add configuration options common to all sub-projects/modules.
buildscript {
ext.support_version = "27.1.0"
ext.min_version = 15
ext.compile_version = 27
ext.target_version = 27
ext.buildToolsVer = '27.0.3'
ext.version_code = 10
ext.library_version = "0.1.6"
ext.enable_bintray = true
repositories {
jcenter()
google()
}
dependencies {
classpath 'com.android.tools.build:gradle:3.1.2'
classpath 'com.novoda:bintray-release:0.8.0'
// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files
}
}
allprojects {
repositories {
jcenter()
google()
}
}
task clean(type: Delete) {
delete rootProject.buildDir
}
task wrapper(type: Wrapper) {
gradleVersion = '4.6'
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/H7777777/HTextView.git
[email protected]:H7777777/HTextView.git
H7777777
HTextView
HTextView
master

搜索帮助