Skip to content

Commit 0ecf1a4

Browse files
committed
Add comment to run to run on Android 12
1 parent 13c862e commit 0ecf1a4

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

matrix-sdk-android/build.gradle

+1
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ android {
4444
}
4545

4646
testOptions {
47+
// Comment to run on Android 12
4748
execution 'ANDROIDX_TEST_ORCHESTRATOR'
4849
}
4950

vector/build.gradle

+1
Original file line numberDiff line numberDiff line change
@@ -210,6 +210,7 @@ android {
210210
// This property does not affect tests that you run using Android Studio.”
211211
animationsDisabled = true
212212

213+
// Comment to run on Android 12
213214
execution 'ANDROIDX_TEST_ORCHESTRATOR'
214215
}
215216

0 commit comments

Comments
 (0)