From 8c2f39b82ac480d36b16f2c26a192f0c2776a4c9 Mon Sep 17 00:00:00 2001 From: arman Date: Fri, 27 Sep 2019 13:33:16 +0300 Subject: [PATCH] update version --- swipelayout/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/swipelayout/build.gradle b/swipelayout/build.gradle index 2470f1f..bc310a6 100644 --- a/swipelayout/build.gradle +++ b/swipelayout/build.gradle @@ -18,5 +18,5 @@ android { } dependencies { - implementation 'androidx.appcompat:appcompat:1.0.0' + implementation 'androidx.appcompat:appcompat:1.1.0' }