1 Star 0 Fork 0

licheedev / SomeLibrary

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
build.gradle 1.90 KB
一键复制 编辑 原始数据 按行查看 历史
licheedev 提交于 2023-07-25 19:13 . 修改部分代码的可访问性
// 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
}
1
https://gitee.com/licheedev/SomeLibrary.git
git@gitee.com:licheedev/SomeLibrary.git
licheedev
SomeLibrary
SomeLibrary
master

搜索帮助

53164aa7 5694891 3bd8fe86 5694891