Skip to content

Commit a5dbcb3

Browse files
committed
No test animations
1 parent 5a8f897 commit a5dbcb3

File tree

1 file changed

+4
-0
lines changed

1 file 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 {

0 commit comments

Comments
 (0)