Initial commit

This commit is contained in:
Shou
2025-12-03 04:29:51 +08:00
parent ad17d7d785
commit e09271a60e
43 changed files with 6128 additions and 1 deletions

7
example/proguard-rules.pro vendored Normal file
View File

@@ -0,0 +1,7 @@
# ProGuard/R8 rules (minimal placeholder). Adjust as needed when enabling minify.
# Keep critical SDK classes if you later enable minify/shrinkResources.
#-keep class org.webrtc.** { *; }
#-dontwarn org.webrtc.**
#-dontwarn com.google.android.exoplayer2.**
#-dontwarn com.herohan.uvcapp.**