Updated dependencies.
This commit is contained in:
parent
aad2710e6c
commit
b97e84a81e
2 changed files with 4 additions and 4 deletions
|
@ -13,9 +13,9 @@ buildscript {
|
||||||
dependencies {
|
dependencies {
|
||||||
compile "com.android.support:support-v4:21.0.3"
|
compile "com.android.support:support-v4:21.0.3"
|
||||||
// For `flat` debug config, as `flatProvided` is unknown.
|
// For `flat` debug config, as `flatProvided` is unknown.
|
||||||
provided "org.scala-lang:scala-library:2.11.5"
|
provided "org.scala-lang:scala-library:2.11.6"
|
||||||
debugCompile "org.scala-lang:scala-library:2.11.5"
|
debugCompile "org.scala-lang:scala-library:2.11.6"
|
||||||
releaseCompile "org.scala-lang:scala-library:2.11.5"
|
releaseCompile "org.scala-lang:scala-library:2.11.6"
|
||||||
compile 'com.google.guava:guava:18.0'
|
compile 'com.google.guava:guava:18.0'
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -7,7 +7,7 @@ buildscript {
|
||||||
}
|
}
|
||||||
dependencies {
|
dependencies {
|
||||||
classpath 'com.android.tools.build:gradle:1.0.1'
|
classpath 'com.android.tools.build:gradle:1.0.1'
|
||||||
classpath 'com.github.ben-manes:gradle-versions-plugin:0.7'
|
classpath 'com.github.ben-manes:gradle-versions-plugin:0.8'
|
||||||
|
|
||||||
// NOTE: Do not place your application dependencies here; they belong
|
// NOTE: Do not place your application dependencies here; they belong
|
||||||
// in the individual module build.gradle files
|
// in the individual module build.gradle files
|
||||||
|
|
Reference in a new issue