mirror of
https://github.com/Guardsquare/proguard.git
synced 2026-03-13 09:50:34 +08:00
Keep methods that look like ClassValue's computeValue of Java 7
This commit is contained in:
@@ -153,3 +153,8 @@
|
||||
public void onDeviceStateChanged(androidx.window.sidecar.SidecarDeviceState);
|
||||
public void onWindowLayoutChanged(android.os.IBinder, androidx.window.sidecar.SidecarWindowLayoutInfo);
|
||||
}
|
||||
|
||||
# Java 7 ClassValue workaround when building vs an older android.jar
|
||||
-keepclassmembers class ** {
|
||||
java.lang.Object computeValue(java.lang.Class);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user