Skip to content

Commit 3d83c67

Browse files
committed
Tell R8 to keep Flatbuffers classes
1 parent 6b168e9 commit 3d83c67

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

server/android/proguard-rules.pro

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,8 @@
5555
# Don't mess with SlimeVR config, the class structure is essential for serialization
5656
-keep class dev.slimevr.config.** { *; }
5757

58+
-keep class com.google.flatbuffers.** { *; }
59+
5860
# Obfuscation is fine but it makes crash logs unreadable, we don't really need it for our app
5961
-dontobfuscate
6062

0 commit comments

Comments
 (0)