Skip to content

Commit

Permalink
Updated build dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
smarek committed May 9, 2015
1 parent e8615d0 commit 186def7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Expand Up @@ -4,7 +4,7 @@ buildscript {
}

dependencies {
classpath 'com.android.tools.build:gradle:1.1.0'
classpath 'com.android.tools.build:gradle:1.2.2'
}
}

Expand Down
2 changes: 1 addition & 1 deletion sample/build.gradle
Expand Up @@ -37,6 +37,6 @@ android {
}

dependencies {
compile 'com.fasterxml.jackson.core:jackson-databind:2.4.3'
compile 'com.fasterxml.jackson.core:jackson-databind:2.5.3'
compile project(':library')
}

0 comments on commit 186def7

Please sign in to comment.