We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5a8f897 commit a5dbcb3Copy full SHA for a5dbcb3
1 file changed
MPChartExample/build.gradle
@@ -31,6 +31,10 @@ android {
31
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
32
}
33
34
+ // https://stackoverflow.com/a/67635863/1079990
35
+ testOptions {
36
+ animationsDisabled = true
37
+ }
38
39
40
dependencies {
0 commit comments