Skip to content

Commit 3fdbbc2

Browse files
committed
Updates: test dependencies to make it compatible with Android 12
From Android 12 the exported attribute of the activity has set to be true/false. Some of the test dependencies was having an outdated version which contains activities not having the exported attribute. The version of the test dependencies are incremented in order to make it compatible with Android 12.
1 parent 58cd254 commit 3fdbbc2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

aztec/build.gradle

+2-2
Original file line numberDiff line numberDiff line change
@@ -60,9 +60,9 @@ dependencies {
6060

6161
testImplementation "junit:junit:$jUnitVersion"
6262
testImplementation "org.robolectric:robolectric:$robolectricVersion"
63-
testImplementation 'androidx.test:core:1.2.0'
63+
testImplementation 'androidx.test:core:1.4.0'
6464

65-
androidTestImplementation 'androidx.test:core:1.2.0'
65+
androidTestImplementation 'androidx.test:core:1.4.0'
6666
androidTestImplementation 'androidx.test.ext:junit:1.1.1'
6767
androidTestImplementation 'androidx.test:runner:1.2.0'
6868
androidTestImplementation 'androidx.test.espresso:espresso-core:3.2.0', {

0 commit comments

Comments
 (0)