优化代码

This commit is contained in:
laoyuyu
2019-09-09 21:29:07 +08:00
parent d129e0a802
commit 7ee1347ab4
47 changed files with 540 additions and 269 deletions

View File

@@ -29,7 +29,7 @@ dependencies {
exclude group: 'com.android.support', module: 'support-annotations'
})
testImplementation 'junit:junit:4.12'
api 'androidx.appcompat:appcompat:1.0.2'
api "androidx.appcompat:appcompat:${rootProject.ext.XAppcompatVersion}"
api 'com.google.code.gson:gson:2.8.2'
api 'io.reactivex:rxandroid:1.2.0'
api 'io.reactivex:rxjava:1.1.5'