1// Baseline format: 1.0
2MissingNullability: androidx.vectordrawable.graphics.drawable.AnimatedVectorDrawableCompat#onBoundsChange(android.graphics.Rect) parameter #0:
3    Missing nullability on parameter `bounds` in method `onBoundsChange`
4MissingNullability: androidx.vectordrawable.graphics.drawable.AnimatedVectorDrawableCompat#onStateChange(int[]) parameter #0:
5    Missing nullability on parameter `state` in method `onStateChange`
6
7
8NotCloseable: androidx.vectordrawable.graphics.drawable.AnimatedVectorDrawableCompat:
9    Classes that release resources (stop()) should implement AutoCloseable and CloseGuard: class androidx.vectordrawable.graphics.drawable.AnimatedVectorDrawableCompat
10