fix: Fix ProGuard stripping away FrameProcessorPlugin
This commit is contained in:
parent
c47639d86a
commit
c007a08040
@ -9,6 +9,8 @@ import com.facebook.proguard.annotations.DoNotStrip;
|
|||||||
/**
|
/**
|
||||||
* Declares a Frame Processor Plugin.
|
* Declares a Frame Processor Plugin.
|
||||||
*/
|
*/
|
||||||
|
@DoNotStrip
|
||||||
|
@Keep
|
||||||
public abstract class FrameProcessorPlugin {
|
public abstract class FrameProcessorPlugin {
|
||||||
private final @NonNull String mName;
|
private final @NonNull String mName;
|
||||||
|
|
||||||
@ -35,6 +37,8 @@ public abstract class FrameProcessorPlugin {
|
|||||||
/**
|
/**
|
||||||
* Get the user-defined name of the Frame Processor Plugin.
|
* Get the user-defined name of the Frame Processor Plugin.
|
||||||
*/
|
*/
|
||||||
|
@DoNotStrip
|
||||||
|
@Keep
|
||||||
public @NonNull String getName() {
|
public @NonNull String getName() {
|
||||||
return mName;
|
return mName;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user