Added Rhino library to parse js
This commit is contained in:
parent
34aacfbc45
commit
28c0489fd6
1 changed files with 2 additions and 1 deletions
|
@ -364,7 +364,8 @@ dependencies {
|
||||||
|
|
||||||
implementation 'com.squareup.picasso:picasso:2.71828'
|
implementation 'com.squareup.picasso:picasso:2.71828'
|
||||||
// JS core
|
// JS core
|
||||||
//implementation 'com.github.LiquidPlayer:LiquidCore:0.4.6'
|
implementation group: 'org.mozilla', name: 'rhino', version: '1.7.9'
|
||||||
|
|
||||||
// size restrictions
|
// size restrictions
|
||||||
// implementation 'com.ibm.icu:icu4j:50.1'
|
// implementation 'com.ibm.icu:icu4j:50.1'
|
||||||
// implementation 'net.sf.trove4j:trove4j:3.0.3'
|
// implementation 'net.sf.trove4j:trove4j:3.0.3'
|
||||||
|
|
Loading…
Reference in a new issue