move rhino to external lib
This commit is contained in:
parent
0832ae9491
commit
1bac0e573d
2 changed files with 3 additions and 0 deletions
|
@ -24,6 +24,7 @@ ext {
|
|||
|
||||
repositories {
|
||||
maven { url 'https://maven.fabric.io/public' }
|
||||
maven { url 'https://jitpack.io' }
|
||||
}
|
||||
|
||||
def generateGitBuild = { ->
|
||||
|
@ -214,6 +215,8 @@ dependencies {
|
|||
|
||||
compile "net.danlew:android.joda:2.9.9.1"
|
||||
|
||||
compile 'com.github.mozilla:rhino:Rhino1_7_7_2_Release'
|
||||
|
||||
api "com.jakewharton:butterknife:8.8.1"
|
||||
annotationProcessor "com.jakewharton:butterknife-compiler:8.8.1"
|
||||
|
||||
|
|
Binary file not shown.
Loading…
Reference in a new issue