Skip to content

Commit 05d2e1a

Browse files
fix(deps): update dependency androidx.test:core to v1.7.0
1 parent c18da4c commit 05d2e1a

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ dependencies {
156156
implementation 'io.reactivex.rxjava2:rxandroid:2.1.1'
157157

158158
// Testing
159-
testImplementation 'androidx.test:core:1.6.1'
159+
testImplementation 'androidx.test:core:1.7.0'
160160
testImplementation 'androidx.arch.core:core-testing:2.2.0'
161161
testImplementation 'junit:junit:4.13.2'
162162
testImplementation 'org.mockito:mockito-core:5.18.0'

gradle/verification-metadata.xml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@
3232
<trusting group="androidx.room"/>
3333
<trusting group="androidx.savedstate"/>
3434
<trusting group="androidx.sqlite"/>
35+
<trusting group="androidx.test"/>
3536
<trusting group="androidx.work" name="work-runtime" version="2.10.1"/>
3637
<trusting group="androidx.work" name="work-runtime" version="2.10.2"/>
3738
<trusting group="^androidx[.]compose($|([.].*))" regex="true"/>
@@ -171,6 +172,7 @@
171172
<trusting group="androidx.annotation"/>
172173
<trusting group="androidx.appcompat"/>
173174
<trusting group="androidx.collection"/>
175+
<trusting group="androidx.concurrent"/>
174176
<trusting group="androidx.core"/>
175177
<trusting group="androidx.databinding"/>
176178
<trusting group="androidx.fragment"/>

0 commit comments

Comments
 (0)