use default repo for rhino

This commit is contained in:
AdrianLxM 2018-02-04 08:24:12 +01:00 committed by GitHub
parent 1bac0e573d
commit 316c3da46c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -24,7 +24,6 @@ ext {
repositories { repositories {
maven { url 'https://maven.fabric.io/public' } maven { url 'https://maven.fabric.io/public' }
maven { url 'https://jitpack.io' }
} }
def generateGitBuild = { -> def generateGitBuild = { ->
@ -215,7 +214,7 @@ dependencies {
compile "net.danlew:android.joda:2.9.9.1" compile "net.danlew:android.joda:2.9.9.1"
compile 'com.github.mozilla:rhino:Rhino1_7_7_2_Release' compile 'org.mozilla:rhino:1.7.7.2'
api "com.jakewharton:butterknife:8.8.1" api "com.jakewharton:butterknife:8.8.1"
annotationProcessor "com.jakewharton:butterknife-compiler:8.8.1" annotationProcessor "com.jakewharton:butterknife-compiler:8.8.1"