1 Star 1 Fork 0

mevermore / DKVideoPlayer

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
build.gradle 907 Bytes
一键复制 编辑 原始数据 按行查看 历史
Doikki 提交于 2022-07-02 00:27 . 依赖源换成 mavenCentral
// Top-level build file where you can add configuration options common to all sub-projects/modules.
buildscript {
ext.kotlin_version = '1.6.21'
repositories {
google()
mavenCentral()
// mavenLocal()
}
dependencies {
classpath 'com.android.tools.build:gradle:7.1.2'
// maven publish tool
classpath 'org.jetbrains.dokka:dokka-gradle-plugin:1.4.30'
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
}
}
allprojects {
repositories {
google()
jcenter()
mavenCentral()
// mavenLocal()
}
}
task clean(type: Delete) {
delete rootProject.buildDir
}
// 指定javadoc UTF-8格式
task javadoc(type: Javadoc) {
options.encoding = "utf-8"
}
Java
1
https://gitee.com/mevermore/DKVideoPlayer.git
git@gitee.com:mevermore/DKVideoPlayer.git
mevermore
DKVideoPlayer
DKVideoPlayer
master

搜索帮助