blob: 40111ea764b7c2396df7d8c9078cc6d5853baf3c [file] [log] [blame]
# This is necessary so that RemoteWorkManager can be initialized (also marked with @Keep)
-keep class androidx.work.multiprocess.RemoteWorkManagerClient {
public <init>(...);
}