From d07fa907275a08f8eab6b8792f6efd01744c7405 Mon Sep 17 00:00:00 2001 From: Arman Date: Mon, 1 Oct 2018 16:53:18 +0400 Subject: [PATCH] init --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index de099b2..1731d7d 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -22,5 +22,5 @@ android { dependencies { implementation 'com.android.support:appcompat-v7:28.0.0' implementation 'com.android.support:recyclerview-v7:28.0.0' - implementation 'com.github.ArmanSar:SwipeLayout:1.0.0' + implementation 'com.github.ArmanSar:SwipeLayout:1.0.6' }