Skip to content

Latest commit

 

History

History
12 lines (11 loc) · 375 Bytes

README.md

File metadata and controls

12 lines (11 loc) · 375 Bytes

TSmartRefresh

Gradle

dependencies {
   implementation 'androidx.appcompat:appcompat:1.2.0'
   implementation 'com.google.android.material:material:1.2.0'
   implementation 'com.scwang.smart:refresh-layout-kernel:2.0.1'
   implementation 'com.github.CymChad:BaseRecyclerViewAdapterHelper:3.0.4'
   implementation 'com.github.tomxukui:TSmartRefresh:2.0.5'
}