Updated dependencies.

This commit is contained in:
Felix Ableitner 2015-06-18 21:52:21 +02:00
parent 9acf470b01
commit 7fcc1f54ac
2 changed files with 5 additions and 3 deletions

View file

@ -11,7 +11,9 @@ buildscript {
}
dependencies {
compile "com.android.support:appcompat-v7:22.0.0"
// 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: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"

View file

@ -6,8 +6,8 @@ buildscript {
jcenter()
}
dependencies {
classpath 'com.android.tools.build:gradle:1.1.0'
classpath 'com.github.ben-manes:gradle-versions-plugin:0.8'
classpath 'com.android.tools.build:gradle:1.2.3'
classpath 'com.github.ben-manes:gradle-versions-plugin:0.10.1'
// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files