* change rhino to 1.7.7.2

* fix: wrap java.lang.String to native string
This commit is contained in:
hyb1996
2017-11-02 13:18:29 +08:00
parent e8110c76a2
commit 43263a62ff
6 changed files with 16 additions and 2 deletions

View File

@@ -49,6 +49,7 @@ dependencies {
compile(name: 'libtermexec-release', ext: 'aar')
compile(name: 'emulatorview-release', ext: 'aar')
compile(name: 'term-debug', ext: 'aar')
compile files('libs/rhino-1.7.7.2.jar')
compile project(path: ':common')
compile project(path: ':automator')
}