From ac950ab43854d06ac8ceee3c2402bdee5e13870e Mon Sep 17 00:00:00 2001 From: Clyhtsuriva Date: Mon, 22 Feb 2021 20:55:37 +0100 Subject: SwipeRefresh implemented and added to mangas. --- app/build.gradle | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'app/build.gradle') diff --git a/app/build.gradle b/app/build.gradle index d1d101c..6a990f2 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -56,11 +56,14 @@ dependencies { testImplementation 'junit:junit:4.13.2' // Required for instrumented tests - androidTestImplementation 'com.android.support:support-annotations:28.0.0' - androidTestImplementation 'com.android.support.test:runner:1.0.2' + androidTestImplementation 'androidx.annotation:annotation:1.1.0' + androidTestImplementation 'androidx.test.ext:junit:1.1.2' //Glide to display images properly implementation 'com.github.bumptech.glide:glide:4.12.0' annotationProcessor 'com.github.bumptech.glide:compiler:4.12.0' + //swipe feature + implementation 'androidx.legacy:legacy-support-v4:1.0.0' + } \ No newline at end of file -- cgit v1.2.3