nemanja-kovacevic / recycler-view-swipe-to-delete

Sample project showing "swipe to delete" on a recycler view with no 3rd parties involved. It also include drawing on empty space while items are animating and an "undo" option
334 stars 96 forks source link

Migrate to AndroidX #9

Open Joao360 opened 2 years ago

Joao360 commented 2 years ago

Context and motivation

On cloning this repository I had problems building it due to compatibility issues with the latest Android Studio version (Android Studio Chipmunk | 2021.2.1 Patch 1) and after bumping the gradle version it started to work.

Also noticed the project was still using the support library and so I decided to migrate to AndroidX.