Update integration guide
This commit is contained in:
parent
b190211e5a
commit
26253a6104
@ -53,7 +53,7 @@ If you have any questions or problems, don't hesitate to ask our public [mailing
|
|||||||
## Credits
|
## Credits
|
||||||
This library contains code from several projects:
|
This library contains code from several projects:
|
||||||
- **Android** (Apache 2.0): some Matrix code, TimSort (http://source.android.com)
|
- **Android** (Apache 2.0): some Matrix code, TimSort (http://source.android.com)
|
||||||
- **libGDX** (Apache 2.0): AsyncTask, MathUtils, Interpolation, PixmapPacker classes (https://github.com/libgdx)
|
- **libGDX** (Apache 2.0): AsyncTask, MathUtils, Interpolation, PixmapPacker (https://github.com/libgdx)
|
||||||
- **mapsforge** (LGPL3): based on 0.2.4 (https://github.com/mapsforge/mapsforge)
|
- **mapsforge** (LGPL3): based on 0.2.4 (https://github.com/mapsforge/mapsforge)
|
||||||
- **osmdroid** (Apache 2.0): some overlay classes (https://github.com/osmdroid/osmdroid)
|
- **osmdroid** (Apache 2.0): some overlay classes (https://github.com/osmdroid/osmdroid)
|
||||||
- **tessellate** (SGI Free Software License B 2.0): (https://github.com/cscheid/tessellate)
|
- **tessellate** (SGI Free Software License B 2.0): (https://github.com/cscheid/tessellate)
|
||||||
|
@ -47,13 +47,6 @@ compile 'com.metsci.ext.com.kitfox.svg:svg-salamander:0.1.19'
|
|||||||
|
|
||||||
We publish SNAPSHOT builds to Sonatype OSS Repository Hosting.
|
We publish SNAPSHOT builds to Sonatype OSS Repository Hosting.
|
||||||
|
|
||||||
For checking latest snapshot on every build:
|
|
||||||
```groovy
|
|
||||||
configurations.all {
|
|
||||||
resolutionStrategy.cacheChangingModulesFor 0, 'seconds'
|
|
||||||
}
|
|
||||||
```
|
|
||||||
|
|
||||||
You need to add the repository:
|
You need to add the repository:
|
||||||
```groovy
|
```groovy
|
||||||
repositories {
|
repositories {
|
||||||
@ -67,6 +60,13 @@ compile 'org.mapsforge:vtm:master-SNAPSHOT'
|
|||||||
...
|
...
|
||||||
```
|
```
|
||||||
|
|
||||||
|
For checking latest snapshot on every build:
|
||||||
|
```groovy
|
||||||
|
configurations.all {
|
||||||
|
resolutionStrategy.cacheChangingModulesFor 0, 'seconds'
|
||||||
|
}
|
||||||
|
```
|
||||||
|
|
||||||
## Maven
|
## Maven
|
||||||
|
|
||||||
The dependencies for Maven are declared in a similar way. For example:
|
The dependencies for Maven are declared in a similar way. For example:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user