1 Star 1 Fork 0

chenqy/arc-fast

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
build.gradle 745 Bytes
一键复制 编辑 原始数据 按行查看 历史
OpenArc 提交于 2023-01-08 22:07 +08:00 . update DragExitLayout
apply from: rootProject.file("dependencies.gradle")
buildscript {
repositories {
google()
mavenCentral()
maven { url "https://jitpack.io" }
maven { url "https://s01.oss.sonatype.org/content/groups/public" }
}
dependencies {
classpath 'com.android.tools.build:gradle:7.3.1'
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:1.7.20"
classpath "androidx.navigation:navigation-safe-args-gradle-plugin:2.5.3"
}
}
allprojects {
repositories {
google()
mavenCentral()
maven { url "https://jitpack.io" }
maven { url "https://s01.oss.sonatype.org/content/groups/public" }
}
}
task clean(type: Delete) {
delete rootProject.buildDir
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Kotlin
1
https://gitee.com/chenqy/arc-fast.git
git@gitee.com:chenqy/arc-fast.git
chenqy
arc-fast
arc-fast
master

搜索帮助