提交 389472e4 编写于 作者: B Blankj

see 06/30 log

上级 c8b2c8da
// Top-level build file where you can add configuration options common to all sub-projects/modules.
buildscript {
ext{
// Sdk and tools
compile_sdk_version = 27
min_sdk_version = 14
target_sdk_version = 27
version_code = 1_017_002
version_name = '1.17.2'// E.g 1.9.72 => 1,009,072
// App dependencies
support_version = '27.1.0'
leakcanary_version = '1.5.4'
gson_version = '2.8.2'
glide_version = '4.7.1'
junit_version = '4.12'
robolectric_version = '3.1.2'
}
apply from: 'version.gradle'
repositories {
google()
jcenter()
......
include ':app',
':buildSrc',
':subutil',
':utilcode'
':utilcode'
\ No newline at end of file
ext{
// Sdk and tools
compile_sdk_version = 27
min_sdk_version = 14
target_sdk_version = 27
version_code = 1_017_002
version_name = '1.17.2'// E.g 1.9.72 => 1,009,072
// App dependencies
support_version = '27.1.0'
leakcanary_version = '1.5.4'
gson_version = '2.8.2'
glide_version = '4.7.1'
junit_version = '4.12'
robolectric_version = '3.1.2'
}
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册