代码拉取完成,页面将自动刷新
// Top-level build file where you can add configuration options common to all sub-projects/modules.
buildscript {
ext.kotlin_version = "1.4.10"
ext {
compileSdkVersion = 29
targetSdkVersion = 29
useRemote = false
gitUrl = "https://gitee.com/licheedev/SomeLibrary"
// 高no的版本号一定比低no的高或者相等
version = [// no1
clickablebg : "1.0.0",
context : "1.0.0",
labelview : "1.0.2",
modifieddialogfragment: "1.0.1",
rateview : "1.0.1",
rxjava2ex : "1.0.1",
rxjava3ex : "1.0.1",
widgets : "1.0.6",
// no2
utils : "1.0.5", // 依赖context
statuslayout : "1.0.2", // 依赖clickablebg,rateview
// no3
base : "1.0.14", // 依赖rxjava2ex,rxjava3ex,utils,modifieddialogfragment
// no4
commonlibrary : "1.0.19" // 依赖clickablebg,widgets,base
//
]
}
repositories {
google()
mavenCentral()
jcenter()
}
dependencies {
classpath 'com.android.tools.build:gradle:4.0.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
classpath 'org.jetbrains.dokka:dokka-gradle-plugin:1.4.32'
}
}
allprojects {
repositories {
google()
mavenCentral()
jcenter()
maven { url 'https://jitpack.io' }
}
}
task clean(type: Delete) {
delete rootProject.buildDir
}
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。