1 Star 0 Fork 0

vimeo / swipe

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
build.gradle 691 Bytes
AI 代码解读
一键复制 编辑 原始数据 按行查看 历史
vimeo 提交于 2024-01-17 19:39 . Upgrade AGP dependency from 7.4.2 to 8.1.4
// Top-level build file where you can add configuration options common to all sub-projects/modules.
buildscript {
repositories {
google()
mavenCentral()
}
dependencies {
classpath 'com.android.tools.build:gradle:8.1.4'
classpath 'com.github.dcendents:android-maven-gradle-plugin:2.1'
classpath 'org.jetbrains.kotlin:kotlin-gradle-plugin:1.8.10'
// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files
}
}
allprojects {
repositories {
google()
mavenCentral()
}
}
tasks.register('clean', Delete) {
delete rootProject.buildDir
}
Java
1
https://gitee.com/vimeo/swipe.git
git@gitee.com:vimeo/swipe.git
vimeo
swipe
swipe
master

搜索帮助