Skip to content

Commit

Permalink
Add comment to run to run on Android 12
Browse files Browse the repository at this point in the history
  • Loading branch information
bmarty committed Nov 10, 2021
1 parent 13c862e commit 0ecf1a4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions matrix-sdk-android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ android {
}

testOptions {
// Comment to run on Android 12
execution 'ANDROIDX_TEST_ORCHESTRATOR'
}

Expand Down
1 change: 1 addition & 0 deletions vector/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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'
}

Expand Down

0 comments on commit 0ecf1a4

Please sign in to comment.