blob: eed1e9ab10c3ce7501fc0d740c9bb4ce826241ab [file] [log] [blame]
# This was added to fix issues with androidx CREATOR objects being removed.
# On google3 it is added automatically, so keep it in a separate file
# and don't use this file in google3.
-keepclassmembers class * implements android.os.Parcelable {
static ** CREATOR;
}