SwipeRevealLayout icon indicating copy to clipboard operation
SwipeRevealLayout copied to clipboard

Is this repo actively maintained?

Open niklasdahlheimer opened this issue 3 years ago • 2 comments

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.

niklasdahlheimer avatar Feb 21 '22 11:02 niklasdahlheimer

Hi, is there any workaround to use this library for Gradle 7.4?

aareeph avatar Oct 06 '22 05:10 aareeph

@aareeph I solved using Jitpack.

maven { url 'https://jitpack.io/' }
implementation 'com.github.chthai64:SwipeRevealLayout:1.4.0'

Hope this helps.

dariopellegrini avatar Jan 03 '23 08:01 dariopellegrini