Reputation: 131
I want to compile RecyclerView
version 23.2.0 but there is a error.
Failed to resolve com.android.support:recyclerview-v7:23.2.0
My API version is 23. So what should I do ?
Upvotes: 1
Views: 1861
Reputation: 364451
You have to update the SDK Manager.
Then use the latest
compile 'com.android.support:recyclerview-v7:23.2.1'
Upvotes: 1