diff options
author | Clyhtsuriva <aimeric@adjutor.xyz> | 2021-02-22 01:25:50 +0100 |
---|---|---|
committer | Clyhtsuriva <aimeric@adjutor.xyz> | 2021-02-22 01:25:50 +0100 |
commit | 8e2f9e71a8b5ca3c978007da5c6db59491349d84 (patch) | |
tree | e69a1fbc7517f35dbb50af62ba97d456f5534dd9 /app/build.gradle | |
parent | 3265956c1a74f2346c5f7fedaf938d71b69261ba (diff) |
Text justified and constrained better.
Diffstat (limited to 'app/build.gradle')
-rw-r--r-- | app/build.gradle | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/app/build.gradle b/app/build.gradle index fb76368..1e612ce 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -46,9 +46,10 @@ dependencies { androidTestImplementation 'androidx.test.ext:junit:1.1.2' androidTestImplementation 'androidx.test.espresso:espresso-core:3.3.0' - //Recycleview + //Recycleview for lists implementation "androidx.recyclerview:recyclerview:1.1.0" - //Retrofit + + //Retrofit for REST APIs implementation 'com.squareup.retrofit2:retrofit:2.9.0' implementation 'com.squareup.retrofit2:converter-gson:2.9.0' @@ -59,7 +60,7 @@ dependencies { androidTestImplementation 'com.android.support:support-annotations:28.0.0' androidTestImplementation 'com.android.support.test:runner:1.0.2' - //to display images + //Glide to display images properly implementation 'com.github.bumptech.glide:glide:4.12.0' annotationProcessor 'com.github.bumptech.glide:compiler:4.12.0' |