1 Star 0 Fork 0

hhs/手机上的排序算法可视化

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
build.gradle 1.18 KB
一键复制 编辑 原始数据 按行查看 历史
hhs 提交于 2023-01-28 17:39 . 基础
// Top-level build file where you can add configuration options common to all sub-projects/modules.
buildscript {
ext.build_gradle_version = '7.0.2'
repositories {
maven { url 'https://maven.aliyun.com/repository/public/' }
maven { url 'https://maven.aliyun.com/repository/google/' }
maven { url 'https://maven.aliyun.com/repository/gradle-plugin/' }
maven { url 'https://dl.bintray.com/ppartisan/maven/' }
maven { url "https://clojars.org/repo/" }
maven { url "https://jitpack.io" }
google()
mavenLocal()
mavenCentral()
}
dependencies {
classpath "com.android.tools.build:gradle:$build_gradle_version"
}
}
allprojects {
repositories {
maven { url 'https://maven.aliyun.com/repository/public/' }
maven { url 'https://maven.aliyun.com/repository/google/' }
maven { url 'https://maven.aliyun.com/repository/gradle-plugin/' }
maven { url 'https://dl.bintray.com/ppartisan/maven/' }
maven { url "https://clojars.org/repo/" }
maven { url "https://jitpack.io" }
mavenLocal()
mavenCentral()
google()
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Android
1
https://gitee.com/hhshaohao/sort.git
git@gitee.com:hhshaohao/sort.git
hhshaohao
sort
手机上的排序算法可视化
master

搜索帮助