2 Star 5 Fork 2

newki/MyCircleProgressView

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
build.gradle 1.36 KB
一键复制 编辑 原始数据 按行查看 历史
newki 提交于 2022-11-11 10:38 . first
buildscript {
ext.kotlin_version = '1.6.10'
repositories {
// snapshot 中央仓库
maven { url 'https://s01.oss.sonatype.org/content/repositories/snapshots/'}
// 中央仓库
mavenCentral()
google()
maven { url 'https://maven.aliyun.com/repository/central' }
maven { url 'https://maven.aliyun.com/repository/public' }
maven { url 'https://maven.aliyun.com/repository/google' }
maven { url "https://jitpack.io" }
}
dependencies {
classpath 'com.android.tools.build:gradle:7.1.2'
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
classpath "org.jetbrains.dokka:dokka-gradle-plugin:1.6.20"
classpath "com.vanniktech:gradle-maven-publish-plugin:0.18.0"
}
}
allprojects {
repositories {
// snapshot 中央仓库
maven { url 'https://s01.oss.sonatype.org/content/repositories/snapshots/'}
// 中央仓库
mavenCentral()
google()
maven { url 'https://maven.aliyun.com/repository/central' }
maven { url 'https://maven.aliyun.com/repository/public' }
maven { url 'https://maven.aliyun.com/repository/google' }
maven { url "https://jitpack.io" }
}
configurations.all {
resolutionStrategy {
cacheChangingModulesFor 0, 'seconds'
}
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/newki123456/MyCircleProgressView.git
git@gitee.com:newki123456/MyCircleProgressView.git
newki123456
MyCircleProgressView
MyCircleProgressView
master

搜索帮助

344bd9b3 5694891 D2dac590 5694891