Use androidx.annotation.Keep (with package name)

This commit is contained in:
Duy Tran Khanh 2021-12-02 16:50:38 +07:00 committed by GitHub
parent da13f2ed72
commit e732f7d823
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -19,7 +19,7 @@ public class ControlDrawerData {
public ControlData properties;
public Orientation orientation;
@Keep
@androidx.annotation.Keep
public enum Orientation {
DOWN,
LEFT,