Skip to content

Commit

Permalink
Update to readme for gradle inclusion
Browse files Browse the repository at this point in the history
  • Loading branch information
benjamincollins committed Jul 7, 2014
1 parent 48b8aa2 commit 6f5ba98
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,12 @@ dependencies {
compile 'com.hamweather:aeris-maps-library:0.9.9@aar'
}
```

It is also required under the android section of your build.gradle to include
``` groovy
dexOptions{
preDexLibraries = false
}
```

## Complete Documentation

Expand Down

0 comments on commit 6f5ba98

Please sign in to comment.