To add World Wind to your Gradle project, grab the latest release version from JCenter:
compile 'gov.nasa.worldwind.android:worldwind:0.6.0'
For developers, the lastest SNAPSHOT
version is hosted at the OJO. Add the repository:
repositories (
maven (
url 'https://oss.jfrog.org/artifactory/oss-snapshot-local/'
)
)
The latest SNAPSHOT
version is:
compile 'gov.nasa.worldwind.android:worldwind:0.7.0-SNAPSHOT'
Issues and help can be found at GitHub and the forum.