Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Not working Android pie #5

Open
neeloor opened this issue Mar 9, 2020 · 1 comment
Open

Not working Android pie #5

neeloor opened this issue Mar 9, 2020 · 1 comment

Comments

@neeloor
Copy link

neeloor commented Mar 9, 2020

It is not working if I change target >26

@zaheerkzz
Copy link

zaheerkzz commented Mar 4, 2021

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'

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants