SwipeRevealLayout
SwipeRevealLayout copied to clipboard
Is this repo actively maintained?
There where no releases since 2016 and no pull requests are merged since 2016. So I guess this repo can be considered as dead?
I'm thinking about forking it, add improvements from pull requests/issue-comments and publish it to Maven. But I do not want/need to do this if the maintainer is still planning to continue working on this library.
Hi, is there any workaround to use this library for Gradle 7.4?
@aareeph I solved using Jitpack.
maven { url 'https://jitpack.io/' }
implementation 'com.github.chthai64:SwipeRevealLayout:1.4.0'
Hope this helps.