Add comment to run on Android 12

This commit is contained in:
Benoit Marty 2021-11-10 19:36:28 +01:00 committed by Benoit Marty
parent 5a19533b4a
commit fb8b720a3b
2 changed files with 2 additions and 0 deletions

View File

@ -44,6 +44,7 @@ android {
}
testOptions {
// Comment to run on Android 12
execution 'ANDROIDX_TEST_ORCHESTRATOR'
}

View File

@ -210,6 +210,7 @@ android {
// This property does not affect tests that you run using Android Studio.
animationsDisabled = true
// Comment to run on Android 12
execution 'ANDROIDX_TEST_ORCHESTRATOR'
}