mirror of
https://gitee.com/51danju/workclock.git
synced 2025-12-29 05:29:36 +08:00
第一次提交
This commit is contained in:
43
app/build.gradle
Executable file
43
app/build.gradle
Executable file
@@ -0,0 +1,43 @@
|
||||
apply plugin: 'com.android.application'
|
||||
apply plugin: 'com.jakewharton.butterknife'
|
||||
|
||||
android {
|
||||
compileSdkVersion 28
|
||||
buildToolsVersion '28.0.3'
|
||||
defaultConfig {
|
||||
applicationId "clock.socoolby.com.clock"
|
||||
minSdkVersion 16
|
||||
targetSdkVersion 26
|
||||
versionCode 3
|
||||
versionName "1.2.0"
|
||||
}
|
||||
buildTypes {
|
||||
release {
|
||||
minifyEnabled false
|
||||
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
|
||||
}
|
||||
}
|
||||
productFlavors {
|
||||
}
|
||||
compileOptions {
|
||||
sourceCompatibility = '1.7'
|
||||
targetCompatibility = '1.7'
|
||||
}
|
||||
}
|
||||
|
||||
dependencies {
|
||||
implementation fileTree(include: ['*.jar'], dir: 'libs')
|
||||
testImplementation 'junit:junit:4.13-beta-2'
|
||||
implementation 'com.mcxiaoke.volley:library:1.0.19'
|
||||
implementation 'com.github.razerdp:BasePopup:2.1.8'
|
||||
implementation 'com.haibin:calendarview:3.5.3'
|
||||
implementation 'androidx.annotation:annotation:1.0.1'
|
||||
|
||||
implementation('com.github.bumptech.glide:glide:4.8.0'){
|
||||
exclude group: "com.android.support"
|
||||
}
|
||||
annotationProcessor 'com.github.bumptech.glide:compiler:4.8.0'
|
||||
implementation 'androidx.cardview:cardview:1.0.0'
|
||||
|
||||
implementation 'com.blankj:utilcode:1.23.4'
|
||||
}
|
||||
Reference in New Issue
Block a user