aboutsummaryrefslogtreecommitdiff
path: root/app/build.gradle
diff options
context:
space:
mode:
authorClyhtsuriva <aimeric@adjutor.xyz>2021-02-22 21:01:24 +0100
committerClyhtsuriva <aimeric@adjutor.xyz>2021-02-22 21:01:24 +0100
commitb64a89d8b90c0ca537dfe2fad83ac32e7deeffb1 (patch)
treed080b3918bf10532b482fde398676a6d13e31f82 /app/build.gradle
parent4012256bf91ccf02eb1871229f755beb26dad3de (diff)
parentd54ff3be42662f304879d5bd851641554ad1013c (diff)
Merge branch 'feature/swipe_to_refresh' into develop
Diffstat (limited to 'app/build.gradle')
-rw-r--r--app/build.gradle7
1 files changed, 5 insertions, 2 deletions
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