Skip to content

Commit 15f2ea5

Browse files
authored
Merge pull request #248 from AppDevNext/NoTestAnimations
No test animations
2 parents 5a8f897 + 0fbce6e commit 15f2ea5

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

MPChartExample/build.gradle

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,10 @@ android {
3131
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
3232
}
3333
}
34+
// https://stackoverflow.com/a/67635863/1079990
35+
testOptions {
36+
animationsDisabled = true
37+
}
3438
}
3539

3640
dependencies {
Loading

0 commit comments

Comments
 (0)