File tree Expand file tree Collapse file tree 4 files changed +5
-3
lines changed
Expand file tree Collapse file tree 4 files changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ dependencies {
4343 implementation ' com.google.android.material:material:1.12.0'
4444 testImplementation ' junit:junit:4.13.2'
4545 androidTestImplementation ' androidx.test.ext:junit:1.2.1'
46- androidTestImplementation ' androidx.test.espresso:espresso-core:3.6.1 '
46+ androidTestImplementation ' androidx.test.espresso:espresso-core:3.7.0 '
4747}
4848
4949afterEvaluate {
Original file line number Diff line number Diff line change 6666 <trusting group="androidx.lifecycle"/>
6767 <trusting group="androidx.savedstate"/>
6868 <trusting group="^androidx[.]compose($|([.].*))" regex="true"/>
69+ <trusting group="^androidx[.]test($|([.].*))" regex="true"/>
6970 <trusting group="^com[.]android($|([.].*))" regex="true"/>
7071 </trusted-key>
7172 <trusted-key id="0F07D1201BDDAB67CFB84EB479752DB6C966F0B8" group="com.google.android" name="annotations" version="4.1.1.4"/>
192193 <trusting group="androidx.annotation"/>
193194 <trusting group="androidx.appcompat"/>
194195 <trusting group="androidx.collection"/>
196+ <trusting group="androidx.concurrent"/>
195197 <trusting group="androidx.constraintlayout"/>
196198 <trusting group="androidx.core"/>
197199 <trusting group="androidx.databinding"/>
Original file line number Diff line number Diff line change @@ -52,5 +52,5 @@ dependencies {
5252 implementation project(path : ' :ui' )
5353 testImplementation ' junit:junit:4.13.2'
5454 androidTestImplementation ' androidx.test.ext:junit:1.2.1'
55- androidTestImplementation ' androidx.test.espresso:espresso-core:3.6.1 '
55+ androidTestImplementation ' androidx.test.espresso:espresso-core:3.7.0 '
5656}
Original file line number Diff line number Diff line change @@ -54,7 +54,7 @@ dependencies {
5454 implementation ' androidx.appcompat:appcompat:1.7.1'
5555 testImplementation ' junit:junit:4.13.2'
5656 androidTestImplementation ' androidx.test.ext:junit:1.2.1'
57- androidTestImplementation ' androidx.test.espresso:espresso-core:3.6.1 '
57+ androidTestImplementation ' androidx.test.espresso:espresso-core:3.7.0 '
5858
5959 implementation project(' :core' )
6060 api project(' :material-color-utilities' )
You can’t perform that action at this time.
0 commit comments