Fixed
Status Update
Comments
jb...@google.com <jb...@google.com> #2
Building note: run ./gradlew ... -x processReleaseMetadata
st...@gmail.com <st...@gmail.com> #3
Project: platform/frameworks/support
Branch: androidx-master-dev
commit 5f6e46e40a7e47924ac1d04426230466de7b6f38
Author: Sergey Vasilinets <sergeyv@google.com>
Date: Tue Aug 07 15:57:10 2018
Fix ViewModel proguard rules
It removes allowshrinking modifier: a constructor
shouldn't be removed if it is unused, because it is
called through reflection
Test: manual =\
bug: 112230489
Change-Id: I215fe895fa12eb04172e9380a296e2d74567907c
M lifecycle/viewmodel/proguard-rules.pro
https://android-review.googlesource.com/727573
https://goto.google.com/android-sha1/5f6e46e40a7e47924ac1d04426230466de7b6f38
Branch: androidx-master-dev
commit 5f6e46e40a7e47924ac1d04426230466de7b6f38
Author: Sergey Vasilinets <sergeyv@google.com>
Date: Tue Aug 07 15:57:10 2018
Fix ViewModel proguard rules
It removes allowshrinking modifier: a constructor
shouldn't be removed if it is unused, because it is
called through reflection
Test: manual =\
bug: 112230489
Change-Id: I215fe895fa12eb04172e9380a296e2d74567907c
M lifecycle/viewmodel/proguard-rules.pro
ta...@mercury.com <ta...@mercury.com> #4
Thanks!
il...@google.com <il...@google.com> #5
I had the similar problem. Hoping the problem will be fixed in the next release. Thank team!
Description
Component used: Fragment
Version used: 1.5.0-alpa04
Devices/Android versions reproduced on: API 23 until API 31
When the app is using the new
Theme.SplashScreen
from the AndroidX Splashscreen component then the app crashes on startup:The relevant lines in MainActivity.kt: