Skip to content

Commit

Permalink
update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
govinddixit-cred committed Oct 5, 2021
1 parent 280d6d0 commit bb8c919
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -54,9 +54,9 @@ dependencies {

implementation 'org.jsoup:jsoup:1.13.1'
implementation 'com.android.support:recyclerview-v7:28.0.0'
implementation 'com.google.code.gson:gson:2.8.5'
implementation 'com.squareup.retrofit2:retrofit:2.0.2'
implementation 'com.squareup.retrofit2:converter-gson:2.8.1'
implementation 'com.google.code.gson:gson:2.8.6'
implementation 'com.squareup.retrofit2:retrofit:2.9.0'
implementation 'com.squareup.retrofit2:converter-gson:2.9.0'

//Storeage
implementation 'com.google.firebase:firebase-core:17.3.0'
Expand Down Expand Up @@ -91,7 +91,7 @@ dependencies {
implementation 'com.github.medyo:android-about-page:1.2.5'

//Lottie Animation
implementation "com.airbnb.android:lottie:3.0.1"
implementation "com.airbnb.android:lottie:3.4.2"

//Glide
implementation 'com.github.bumptech.glide:glide:4.8.0'
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ buildscript {
jcenter()
}
dependencies {
classpath 'com.android.tools.build:gradle:3.5.3'
classpath 'com.android.tools.build:gradle:3.5.4'
classpath 'com.google.gms:google-services:4.2.0'


Expand Down

0 comments on commit bb8c919

Please sign in to comment.