Updated dependencies.
This commit is contained in:
parent
b4f5569ec9
commit
11361c83ab
2 changed files with 4 additions and 4 deletions
|
@ -6,18 +6,18 @@ buildscript {
|
|||
mavenCentral()
|
||||
}
|
||||
dependencies {
|
||||
classpath "jp.leafytree.gradle:gradle-android-scala-plugin:1.2.1"
|
||||
classpath "jp.leafytree.gradle:gradle-android-scala-plugin:1.3.1"
|
||||
}
|
||||
}
|
||||
|
||||
dependencies {
|
||||
compile "org.scala-lang:scala-library:2.10.4"
|
||||
compile "org.scala-lang:scala-library:2.11.4"
|
||||
compile "org.msgpack:msgpack-scala_2.11:0.6.11"
|
||||
}
|
||||
|
||||
android {
|
||||
compileSdkVersion 21
|
||||
buildToolsVersion "21.1.0"
|
||||
buildToolsVersion "21.1.1"
|
||||
|
||||
defaultConfig {
|
||||
applicationId "com.nutomic.ensichat"
|
||||
|
|
|
@ -6,7 +6,7 @@ buildscript {
|
|||
jcenter()
|
||||
}
|
||||
dependencies {
|
||||
classpath 'com.android.tools.build:gradle:0.14.1'
|
||||
classpath 'com.android.tools.build:gradle:0.14.2'
|
||||
classpath 'com.github.ben-manes:gradle-versions-plugin:0.5'
|
||||
|
||||
// NOTE: Do not place your application dependencies here; they belong
|
||||
|
|
Reference in a new issue