Updated dependencies.
This commit is contained in:
parent
82f495641d
commit
4e7ce2d301
2 changed files with 3 additions and 5 deletions
|
@ -11,12 +11,10 @@ buildscript {
|
|||
}
|
||||
|
||||
dependencies {
|
||||
// Downgraded to work around compiler error
|
||||
// https://github.com/saturday06/gradle-android-scala-plugin/issues/64
|
||||
compile "com.android.support:appcompat-v7:22.1.0"
|
||||
compile "com.android.support:appcompat-v7:22.2.0"
|
||||
compile 'com.android.support:multidex:1.0.1'
|
||||
androidTestCompile "com.android.support:multidex-instrumentation:1.0.1", { exclude module: "multidex" }
|
||||
compile "org.scala-lang:scala-library:2.11.6"
|
||||
compile "org.scala-lang:scala-library:2.11.7"
|
||||
compile 'com.google.guava:guava:18.0'
|
||||
}
|
||||
|
||||
|
|
|
@ -7,7 +7,7 @@ buildscript {
|
|||
}
|
||||
dependencies {
|
||||
classpath 'com.android.tools.build:gradle:1.2.3'
|
||||
classpath 'com.github.ben-manes:gradle-versions-plugin:0.10.1'
|
||||
classpath 'com.github.ben-manes:gradle-versions-plugin:0.11.3'
|
||||
|
||||
// NOTE: Do not place your application dependencies here; they belong
|
||||
// in the individual module build.gradle files
|
||||
|
|
Reference in a new issue