We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e8615d0 commit 186def7Copy full SHA for 186def7
build.gradle
@@ -4,7 +4,7 @@ buildscript {
4
}
5
6
dependencies {
7
- classpath 'com.android.tools.build:gradle:1.1.0'
+ classpath 'com.android.tools.build:gradle:1.2.2'
8
9
10
sample/build.gradle
@@ -37,6 +37,6 @@ android {
37
38
39
40
- compile 'com.fasterxml.jackson.core:jackson-databind:2.4.3'
+ compile 'com.fasterxml.jackson.core:jackson-databind:2.5.3'
41
compile project(':library')
42
0 commit comments