@@ -65,25 +65,25 @@ android {
65
65
66
66
dependencies {
67
67
implementation fileTree(include : [' *.jar' ], dir : ' libs' )
68
- androidTestImplementation(' androidx.test.espresso:espresso-core:3.5 .1' , {
68
+ androidTestImplementation(' androidx.test.espresso:espresso-core:3.6 .1' , {
69
69
exclude group : ' com.android.support' , module : ' support-annotations'
70
70
exclude group : ' com.google.code.findbugs'
71
71
})
72
72
testImplementation ' junit:junit:4.13.2'
73
73
testImplementation ' org.mockito:mockito-core:5.18.0'
74
74
testImplementation ' org.robolectric:robolectric:4.15.1'
75
- testImplementation ' androidx.test:core:1.5.0 '
76
- testImplementation ' androidx.test.ext:junit:1.1.5 '
75
+ testImplementation ' androidx.test:core:1.6.1 '
76
+ testImplementation ' androidx.test.ext:junit:1.2.1 '
77
77
78
- implementation ' androidx.appcompat:appcompat:1.5 .1'
78
+ implementation ' androidx.appcompat:appcompat:1.7 .1'
79
79
implementation ' com.google.android.material:material:1.3.0'
80
- implementation ' androidx.recyclerview:recyclerview:1.3 .0'
80
+ implementation ' androidx.recyclerview:recyclerview:1.4 .0'
81
81
implementation ' androidx.cardview:cardview:1.0.0'
82
- implementation ' androidx.browser:browser:1.5 .0'
82
+ implementation ' androidx.browser:browser:1.8 .0'
83
83
implementation ' androidx.palette:palette:1.0.0'
84
- implementation ' androidx.constraintlayout:constraintlayout:2.1.4 '
84
+ implementation ' androidx.constraintlayout:constraintlayout:2.2.1 '
85
85
implementation ' com.google.android.flexbox:flexbox:3.0.0'
86
- implementation " androidx.annotation:annotation:1.5.0 "
86
+ implementation " androidx.annotation:annotation:1.9.1 "
87
87
// JSR305 annotations for javax.annotation
88
88
implementation ' com.google.code.findbugs:jsr305:3.0.2'
89
89
// 3rd part Dependencies...
0 commit comments