Skip to content

Commit 1ff3b5e

Browse files
committed
Update gradle to 7.4.2 and update espresso dependencies for lock screen test
1 parent fcdfc39 commit 1ff3b5e

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ buildscript {
77
mavenCentral()
88
}
99
dependencies {
10-
classpath 'com.android.tools.build:gradle:4.2.2'
10+
classpath 'com.android.tools.build:gradle:7.4.2'
1111

1212

1313
// NOTE: Do not place your application dependencies here; they belong

android/sdl_android/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,8 +55,8 @@ dependencies {
5555
androidTestImplementation 'org.mockito:mockito-core:3.0.0'
5656
androidTestImplementation 'org.mockito:mockito-android:3.0.0'
5757
androidTestImplementation 'androidx.test.ext:junit:1.1.1'
58-
androidTestImplementation 'androidx.test.espresso:espresso-core:3.1.0'
59-
androidTestImplementation 'androidx.test.espresso:espresso-intents:3.1.0'
58+
androidTestImplementation 'androidx.test.espresso:espresso-core:3.5.1'
59+
androidTestImplementation 'androidx.test.espresso:espresso-intents:3.5.1'
6060
}
6161

6262
buildscript {

0 commit comments

Comments
 (0)