You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
in build.gradle change these lines: //j2v8
implementation 'com.eclipsesource.j2v8:j2v8:4.8.5@aar'
you can also change the following dependencies to latest: //WebSocket
implementation 'org.java-websocket:Java-WebSocket:1.5.1' //rx
implementation 'com.tbruyelle.rxpermissions2:rxpermissions:0.9.5@aar'
implementation 'io.reactivex.rxjava2:rxjava:2.2.21'
implementation 'io.reactivex.rxjava2:rxandroid:2.1.1' //web server
implementation 'com.yanzhenjie:andserver:1.0.3' //j2v8
implementation 'com.eclipsesource.j2v8:j2v8:4.8.5@aar'
It is not working if I change target >26
The text was updated successfully, but these errors were encountered: