Skip to content

Commit

Permalink
Screenshot record support in media:sample
Browse files Browse the repository at this point in the history
  • Loading branch information
rajat4064g committed Sep 24, 2024
1 parent 4993ee4 commit ef9321b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions media/sample/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,11 @@ android {
testOptions {
unitTests {
isIncludeAndroidResources = true
all {
it.systemProperty("screenshot.record", findProperty("screenshot.record") ?: "false")
}
}
animationsDisabled = true
}

buildTypes {
Expand Down

0 comments on commit ef9321b

Please sign in to comment.