Created by: plastiv
RecyclerView is not a part of the core functionality and it should be possible to use library without bundled dependency for projects where only ScrollView or ListView are used with
compile ('com.android.support:recyclerview-v7:22.2.1'){
exclude group: 'com.android.support', module: 'recyclerview-v7'
}