fsgjlp
fsgjlp
[Here](https://github.com/Kotlin/kotlinx.serialization/tree/v1.3.2#android) are two different versions of proguard file with different rules and descriptions. Please make them similar, or better yet, keep only one version of proguard rules.
**Crash:** ``` java.lang.RuntimeException: Unable to start activity ComponentInfo{***}: java.lang.NullPointerException: Attempt to invoke virtual method 'android.graphics.drawable.Drawable android.graphics.drawable.Drawable$ConstantState.newDrawable()' on a null object reference at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2298) at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:2360) at android.app.ActivityThread.access$800(ActivityThread.java:144) at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1278) at...
**Description:** The switch icon has the incorrect color when the monochrome theme is applied. Everything works fine with other themes.  **Minimal sample app repro:** Catalog **Android API version:** 14...
ShimmerDrawable not working with View.LAYER_TYPE_HARDWARE and View.LAYER_TYPE_SOFTWARE. Environment: Android emulator, Pixel 4 api 31 ```java Shimmer shimmer = new Shimmer.ColorHighlightBuilder() .setBaseAlpha(0.7f) .setHighlightAlpha(0.9f) .setDuration(10000) .setDirection(Shimmer.Direction.TOP_TO_BOTTOM) .setAutoStart(true) .build(); ShimmerDrawable shimmerDrawable = new...