File tree Expand file tree Collapse file tree 1 file changed +1
-10
lines changed Expand file tree Collapse file tree 1 file changed +1
-10
lines changed Original file line number Diff line number Diff line change 1
- # Keep all classes in the extensions and scenecore packages since they can be used externally
2
- -keep public class androidx.xr.extensions.** { *; }
3
- -keep public interface androidx.xr.extensions.** { *; }
4
- -keep @interface androidx.xr.extensions.**
5
- # Prevent internal implementations of com.android.xr.extensions.function.Consumer.accept from being
6
- # stripped when being referenced as a synthetic lambda.
7
- -keepclassmembers class androidx.xr.extensions.** {
8
- public void accept(***);
9
- }
10
-
1
+ # Keep all classes in the scenecore package. They can be used externally.
11
2
-keep class androidx.xr.scenecore.** { *; }
12
3
-keep class androidx.xr.scenecore.**$* { *; }
13
4
-keep class androidx.xr.scenecore.impl.** { *; }
You can’t perform that action at this time.
0 commit comments