From 5fa021503e1ec4d9b796919dff35dbbc4ca3ef8a Mon Sep 17 00:00:00 2001 From: topjohnwu Date: Wed, 8 Aug 2018 18:57:55 +0800 Subject: [PATCH] Update to libsu 2.0.1 --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index c869e6899..3381e2ce4 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -57,7 +57,7 @@ dependencies { fullImplementation "com.android.support:recyclerview-v7:${rootProject.ext.supportLibVersion}" fullImplementation "com.android.support:cardview-v7:${rootProject.ext.supportLibVersion}" fullImplementation "com.android.support:design:${rootProject.ext.supportLibVersion}" - fullImplementation 'com.github.topjohnwu:libsu:2.0.0' + fullImplementation 'com.github.topjohnwu:libsu:2.0.1' fullImplementation 'com.atlassian.commonmark:commonmark:0.11.0' fullImplementation 'org.kamranzafar:jtar:2.3' fullImplementation 'com.jakewharton:butterknife:8.8.1'