Skip to content

Commit

Permalink
update RxUI.
Browse files Browse the repository at this point in the history
  • Loading branch information
Vondear authored and Vondear committed Apr 6, 2019
1 parent 3de185e commit 6d1f793
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion RxUI/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,10 @@ dependencies {
androidTestImplementation 'com.android.support.test:runner:1.0.2'
androidTestImplementation 'com.android.support.test.espresso:espresso-core:3.0.2'
compileOnly 'com.android.support:recyclerview-v7:28.0.0'
compileOnly project(':RxKit')
//cardView包
compileOnly 'com.android.support:cardview-v7:28.0.0'
compileOnly project(':RxKit')

compileOnly 'com.github.bumptech.glide:glide:4.7.1'
annotationProcessor 'com.github.bumptech.glide:compiler:4.7.1'
}

0 comments on commit 6d1f793

Please sign in to comment.