Skip to content

Commit

Permalink
Update library version in sample app
Browse files Browse the repository at this point in the history
  • Loading branch information
PatilShreyas committed Jan 8, 2022
1 parent 89ffeee commit 48967dc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -29,13 +29,13 @@ dependencies {
implementation 'androidx.constraintlayout:constraintlayout:2.1.2'

// Material Dialog Library
implementation 'dev.shreyaspatil.MaterialDialog:MaterialDialog:2.2.2'
implementation 'dev.shreyaspatil.MaterialDialog:MaterialDialog:2.2.3'

// Material Design Library
implementation 'com.google.android.material:material:1.4.0'

// Lottie Animation Library
implementation 'com.airbnb.android:lottie:3.7.0'
implementation 'com.airbnb.android:lottie:4.2.2'

testImplementation 'junit:junit:4.13.2'
androidTestImplementation 'androidx.test:runner:1.4.0'
Expand Down

0 comments on commit 48967dc

Please sign in to comment.