I was making an application (API 26) which uses RecyclerView
. I use the following line in my build l.gradle
dependencies {
implementation 'com.android.support:recyclerview-v7:28.0.0'
}
But however this doesn't work of API 26. Is there any way that I can use Recyclerview
for API 26. Thank you!