Updated dependencies
This commit is contained in:
parent
083c0a2d03
commit
81d8230abc
3 changed files with 7 additions and 7 deletions
|
@ -11,12 +11,12 @@ buildscript {
|
|||
}
|
||||
|
||||
dependencies {
|
||||
compile 'com.android.support:design:23.4.0'
|
||||
compile 'com.android.support:design:24.2.0'
|
||||
compile 'com.android.support:multidex:1.0.1'
|
||||
compile 'org.scala-lang:scala-library:2.11.7'
|
||||
compile 'com.mobsandgeeks:adapter-kit:0.5.3'
|
||||
compile 'com.google.zxing:android-integration:3.2.1'
|
||||
compile 'com.google.zxing:core:3.2.1'
|
||||
compile 'com.google.zxing:android-integration:3.3.0'
|
||||
compile 'com.google.zxing:core:3.3.0'
|
||||
compile 'org.slf4j:slf4j-android:1.7.21'
|
||||
compile project(path: ':core')
|
||||
androidTestCompile 'com.android.support:multidex-instrumentation:1.0.1',
|
||||
|
|
|
@ -6,7 +6,7 @@ buildscript {
|
|||
}
|
||||
dependencies {
|
||||
classpath 'com.android.tools.build:gradle:1.3.1'
|
||||
classpath 'com.github.ben-manes:gradle-versions-plugin:0.12.0'
|
||||
classpath 'com.github.ben-manes:gradle-versions-plugin:0.13.0'
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
@ -2,10 +2,10 @@ apply plugin: 'scala'
|
|||
|
||||
dependencies {
|
||||
compile 'org.scala-lang:scala-library:2.11.7'
|
||||
compile 'com.h2database:h2:1.4.191'
|
||||
compile 'com.h2database:h2:1.4.192'
|
||||
compile 'com.typesafe.slick:slick_2.11:3.1.1'
|
||||
compile 'com.typesafe.scala-logging:scala-logging_2.11:3.4.0'
|
||||
compile 'joda-time:joda-time:2.9.3'
|
||||
compile 'com.typesafe.scala-logging:scala-logging_2.11:3.5.0'
|
||||
compile 'joda-time:joda-time:2.9.4'
|
||||
testCompile 'junit:junit:4.12'
|
||||
}
|
||||
|
||||
|
|
Reference in a new issue