Add comment to run on Android 12
This commit is contained in:
parent
5a19533b4a
commit
fb8b720a3b
@ -44,6 +44,7 @@ android {
|
|||||||
}
|
}
|
||||||
|
|
||||||
testOptions {
|
testOptions {
|
||||||
|
// Comment to run on Android 12
|
||||||
execution 'ANDROIDX_TEST_ORCHESTRATOR'
|
execution 'ANDROIDX_TEST_ORCHESTRATOR'
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -210,6 +210,7 @@ android {
|
|||||||
// This property does not affect tests that you run using Android Studio.”
|
// This property does not affect tests that you run using Android Studio.”
|
||||||
animationsDisabled = true
|
animationsDisabled = true
|
||||||
|
|
||||||
|
// Comment to run on Android 12
|
||||||
execution 'ANDROIDX_TEST_ORCHESTRATOR'
|
execution 'ANDROIDX_TEST_ORCHESTRATOR'
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user