1 Star 0 Fork 89

陈聪华/移动应用开发实验-硕

Create your Gitee Account
Explore and code with more than 12 million developers,Free private repositories !:)
Sign up
This repository doesn't specify license. Please pay attention to the specific project description and its upstream code dependency when using it.
Clone or Download
build.gradle 620 Bytes
Copy Edit Raw Blame History
陈聪华 authored 2022-11-04 02:35 . RetrofitDemo
// Top-level build file where you can add configuration options common to all sub-projects/modules.
buildscript {
repositories {
google()
jcenter()
}
dependencies {
classpath "com.android.tools.build:gradle:4.0.0"
//butterknife
classpath 'com.jakewharton:butterknife-gradle-plugin:10.2.3'
// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files
}
}
allprojects {
repositories {
google()
jcenter()
}
}
task clean(type: Delete) {
delete rootProject.buildDir
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Android
1
https://gitee.com/cch8769/AppDevExperiment2020.git
git@gitee.com:cch8769/AppDevExperiment2020.git
cch8769
AppDevExperiment2020
移动应用开发实验-硕
master

Search

23e8dbc6 1850385 7e0993f3 1850385