Skip to content

Commit

Permalink
fix duplicate doublequote
Browse files Browse the repository at this point in the history
  • Loading branch information
konopski committed Sep 4, 2017
1 parent 7d256d1 commit a1b4043
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ dependencies {
{{/useRxJava2}}
compile "io.swagger:swagger-annotations:$swagger_annotations_version"
compile "org.apache.oltu.oauth2:org.apache.oltu.oauth2.client:$oltu_version"
compile ""io.gsonfire:gson-fire:$json_fire_version"
compile "io.gsonfire:gson-fire:$json_fire_version"
{{#joda}}
compile "joda-time:joda-time:$jodatime_version"
{{/joda}}
Expand Down

0 comments on commit a1b4043

Please sign in to comment.