Add extra dependency needed for non IDE builds
This commit is contained in:
parent
4501cdd14a
commit
b474a6533b
1 changed files with 3 additions and 4 deletions
|
@ -1,10 +1,7 @@
|
|||
buildscript {
|
||||
repositories {
|
||||
mavenCentral()
|
||||
maven {
|
||||
url 'https://maven.google.com/'
|
||||
name 'Google'
|
||||
}
|
||||
jcenter()
|
||||
google()
|
||||
}
|
||||
|
||||
|
@ -19,6 +16,7 @@ apply plugin: 'com.android.application'
|
|||
|
||||
repositories {
|
||||
mavenCentral()
|
||||
jcenter()
|
||||
maven {
|
||||
url "http://4thline.org/m2"
|
||||
}
|
||||
|
@ -37,6 +35,7 @@ dependencies {
|
|||
implementation 'org.eclipse.jetty:jetty-servlet:8.1.8.v20121106'
|
||||
implementation 'org.eclipse.jetty:jetty-client:8.1.8.v20121106'
|
||||
implementation 'org.slf4j:slf4j-jdk14:1.6.1'
|
||||
implementation 'org.jetbrains.trove4j:trove4j:20160824'
|
||||
}
|
||||
|
||||
android {
|
||||
|
|
Reference in a new issue