Merge "Fix Keep rules for MotionLayout" into tm-qpr-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
9c448ce68a
@@ -11,6 +11,11 @@
|
|||||||
-keep class * extends com.android.systemui.CoreStartable
|
-keep class * extends com.android.systemui.CoreStartable
|
||||||
-keep class * implements com.android.systemui.CoreStartable$Injector
|
-keep class * implements com.android.systemui.CoreStartable$Injector
|
||||||
|
|
||||||
|
# Needed for builds to properly initialize KeyFrames from xml scene
|
||||||
|
-keepclassmembers class * extends androidx.constraintlayout.motion.widget.Key {
|
||||||
|
public <init>();
|
||||||
|
}
|
||||||
|
|
||||||
-keepclasseswithmembers class * {
|
-keepclasseswithmembers class * {
|
||||||
public <init>(android.content.Context, android.util.AttributeSet);
|
public <init>(android.content.Context, android.util.AttributeSet);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user