Skip to content

Commit 186def7

Browse files
committed
Updated build dependencies
1 parent e8615d0 commit 186def7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ buildscript {
44
}
55

66
dependencies {
7-
classpath 'com.android.tools.build:gradle:1.1.0'
7+
classpath 'com.android.tools.build:gradle:1.2.2'
88
}
99
}
1010

sample/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,6 @@ android {
3737
}
3838

3939
dependencies {
40-
compile 'com.fasterxml.jackson.core:jackson-databind:2.4.3'
40+
compile 'com.fasterxml.jackson.core:jackson-databind:2.5.3'
4141
compile project(':library')
4242
}

0 commit comments

Comments
 (0)