代码格式修改
This commit is contained in:
.idea
app
downloadutil
build.gradlejcenter.gradle
src
androidTest
java
com
arialyy
downloadutil
main
AndroidManifest.xml
java
com
arialyy
downloadutil
core
DownloadCommand.javaDownloadManager.javaDownloadTarget.javaIDownloadTarget.javaTask.javaTaskEnum.javaTaskFactory.java
command
inf
pool
entity
help
orm
util
res
values
test
java
com
arialyy
downloadutil
@ -17,6 +17,10 @@ android {
|
||||
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
|
||||
}
|
||||
}
|
||||
|
||||
dataBinding {
|
||||
enabled = true
|
||||
}
|
||||
}
|
||||
|
||||
dependencies {
|
||||
@ -24,5 +28,9 @@ dependencies {
|
||||
testCompile 'junit:junit:4.12'
|
||||
compile 'com.android.support:appcompat-v7:23.+'
|
||||
compile 'com.android.support:design:23.+'
|
||||
compile 'com.jakewharton:butterknife:7.0.1'
|
||||
compile 'com.google.code.gson:gson:2.7'
|
||||
compile 'com.squareup.okhttp3:okhttp:3.2.0'
|
||||
compile 'com.arialyy.frame:MVVM2:2.2.0'
|
||||
compile project(':downloadutil')
|
||||
}
|
||||
|
Reference in New Issue
Block a user