Skip to content

Commit

Permalink
Include simpleweb jar from slobber explicitely since android build fo…
Browse files Browse the repository at this point in the history
…r some reason fails to include it as transitive dependency
  • Loading branch information
itkach committed Oct 1, 2014
1 parent ad8796b commit b7cc1f5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@ dependencies {
compile 'com.fasterxml.jackson.core:jackson-annotations:2.4+'
compile project(':slobj')
compile project(':slobber')
compile project(':slobber').files('libs/simple-5.1.7.1.itkach.jar')
compile project(':fdrawable')
compile files('libs/android-support-v13.jar')
}

0 comments on commit b7cc1f5

Please sign in to comment.