1 Star 0 Fork 1

JSnail / mykit

forked from sclimin / mykit 
Create your Gitee Account
Explore and code with more than 12 million developers,Free private repositories !:)
Sign up
Clone or Download
build.gradle 546 Bytes
Copy Edit Raw Blame History
李敏 authored 2020-08-22 10:30 . Use Androidx
// 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.1'
// 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
}
Java
1
https://gitee.com/JiangSnail/mykit.git
git@gitee.com:JiangSnail/mykit.git
JiangSnail
mykit
mykit
master

Search