android version

This commit is contained in:
Torsten Schulz (notebook)
2026-05-12 10:21:24 +02:00
parent 32b48909c5
commit 84f57facba
55 changed files with 4580 additions and 8 deletions

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

@@ -0,0 +1,6 @@
# Keep Socket.IO and Engine.IO callback classes reachable in release builds.
-keep class io.socket.** { *; }
-keep class io.socket.engineio.** { *; }
-keep class okhttp3.** { *; }
-dontwarn io.socket.**
-dontwarn okhttp3.**