⬆️ Upgrade android native project

This commit is contained in:
2025-08-10 13:51:19 +08:00
parent 1a31e22450
commit c5cbf0af37
4 changed files with 15 additions and 4 deletions

5
android/app/proguard-rules.pro vendored Normal file
View File

@@ -0,0 +1,5 @@
# JNI Zero initialization (required for WebRTC native method registration)
-keep class livekit.org.jni_zero.JniInit {
# Keep the init method un-obfuscated for native code callback
private static java.lang.Object[] init();
}