1 Star 0 Fork 801

fengzh/LinuxAbc

forked from aaa/LinuxAbc 
Create your Gitee Account
Explore and code with more than 12 million developers,Free private repositories !:)
Sign up
Clone or Download
build.gradle 332 Bytes
Copy Edit Raw Blame History
aaa authored 2023-11-09 01:48 . update build.gradle.
buildscript {
repositories {
jcenter()
}
dependencies {
classpath 'com.android.tools.build:gradle:7.2.2'
}
}
plugins {
id 'com.android.application' version '7.2.2' apply false
id 'com.android.library' version '7.2.2' apply false
}
task clean(type: Delete) {
delete rootProject.buildDir
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Android
1
https://gitee.com/fengzh1228/LinuxAbc.git
git@gitee.com:fengzh1228/LinuxAbc.git
fengzh1228
LinuxAbc
LinuxAbc
master

Search