Skip to content

Commit 563dd66

Browse files
committed
Update Gradle dependencies
1 parent dac0087 commit 563dd66

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

demo-app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,6 @@ dependencies {
5353
implementation 'com.google.android.material:material:1.7.0'
5454
implementation 'androidx.constraintlayout:constraintlayout:2.1.4'
5555
testImplementation 'junit:junit:4.13.2'
56-
androidTestImplementation 'androidx.test.ext:junit:1.1.4'
57-
androidTestImplementation 'androidx.test.espresso:espresso-core:3.5.0'
56+
androidTestImplementation 'androidx.test.ext:junit:1.1.5'
57+
androidTestImplementation 'androidx.test.espresso:espresso-core:3.5.1'
5858
}

demo-module/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,6 @@ dependencies {
6767
implementation 'com.google.android.material:material:1.7.0'
6868
implementation 'androidx.constraintlayout:constraintlayout:2.1.4'
6969
testImplementation 'junit:junit:4.13.2'
70-
androidTestImplementation 'androidx.test.ext:junit:1.1.4'
71-
androidTestImplementation 'androidx.test.espresso:espresso-core:3.5.0'
70+
androidTestImplementation 'androidx.test.ext:junit:1.1.5'
71+
androidTestImplementation 'androidx.test.espresso:espresso-core:3.5.1'
7272
}

0 commit comments

Comments
 (0)