android version
This commit is contained in:
6
android/app/proguard-rules.pro
vendored
Normal file
6
android/app/proguard-rules.pro
vendored
Normal 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.**
|
||||
Reference in New Issue
Block a user