mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2024-11-21 17:05:39 +03:00
Add comment to run on Android 12
This commit is contained in:
parent
5a19533b4a
commit
fb8b720a3b
2 changed files with 2 additions and 0 deletions
|
@ -44,6 +44,7 @@ android {
|
|||
}
|
||||
|
||||
testOptions {
|
||||
// Comment to run on Android 12
|
||||
execution 'ANDROIDX_TEST_ORCHESTRATOR'
|
||||
}
|
||||
|
||||
|
|
|
@ -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'
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue