We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 89ffeee commit 48967dcCopy full SHA for 48967dc
1 file changed
app/build.gradle
@@ -29,13 +29,13 @@ dependencies {
29
implementation 'androidx.constraintlayout:constraintlayout:2.1.2'
30
31
// Material Dialog Library
32
- implementation 'dev.shreyaspatil.MaterialDialog:MaterialDialog:2.2.2'
+ implementation 'dev.shreyaspatil.MaterialDialog:MaterialDialog:2.2.3'
33
34
// Material Design Library
35
implementation 'com.google.android.material:material:1.4.0'
36
37
// Lottie Animation Library
38
- implementation 'com.airbnb.android:lottie:3.7.0'
+ implementation 'com.airbnb.android:lottie:4.2.2'
39
40
testImplementation 'junit:junit:4.13.2'
41
androidTestImplementation 'androidx.test:runner:1.4.0'
0 commit comments