Add scroll helper

This commit is contained in:
Hemanth S 2020-05-21 00:54:11 +05:30
parent b42303f33a
commit 1c0a426805
37 changed files with 312 additions and 268 deletions

View file

@ -183,4 +183,5 @@ dependencies {
implementation 'com.google.android.play:core:1.7.2'
implementation 'me.jorgecastillo:androidcolorx:0.2.0'
debugImplementation 'com.amitshekhar.android:debug-db:1.0.4'
implementation 'com.github.ologe:scroll-helper:2.0.0-beta01'
}