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