How to setup EnableX Plugin and dependency Plugin in Android native Application?

Follow the steps below to setup EnableX Plugin and dependency Plugin in Android:

  1. Download the latest SDK version here. 
  1. Extract AAR file from the zipped folder and import it into the Application. 
  1. Add required dependency in app-level Gradle.  
implementation "org.webrtc:google-webrtc:1.0.32006"  
implementation "io.socket:socket.io-client:1.0.0"