Downgraded dependencies to avoid problems with gradle scala plugin.

This commit is contained in:
Felix Ableitner 2015-09-11 17:10:42 +02:00
parent d8d9eb9c89
commit f8651ff1c8
2 changed files with 3 additions and 3 deletions

View file

@ -11,7 +11,7 @@ buildscript {
}
dependencies {
compile "com.android.support:appcompat-v7:23.0.1"
compile "com.android.support:appcompat-v7:23.0.0"
compile 'com.android.support:multidex:1.0.1'
androidTestCompile "com.android.support:multidex-instrumentation:1.0.1",
{ exclude module: "multidex" }
@ -32,7 +32,7 @@ preBuild.doFirst {
android {
compileSdkVersion 23
buildToolsVersion "23.0.0"
buildToolsVersion "22.0.1"
defaultConfig {
applicationId "com.nutomic.ensichat"

View file

@ -6,7 +6,7 @@ buildscript {
jcenter()
}
dependencies {
classpath 'com.android.tools.build:gradle:1.3.0'
classpath 'com.android.tools.build:gradle:1.3.1'
classpath 'com.github.ben-manes:gradle-versions-plugin:0.11.3'
// NOTE: Do not place your application dependencies here; they belong