Skip to content

Commit 67620aa

Browse files
author
David Collins
committed
README.md adjustments for Bintray integration
1 parent 68c634f commit 67620aa

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

README.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@
33
# World Wind Android
44

55
[![Build Status](https://travis-ci.org/NASAWorldWind/WorldWindAndroid.svg?branch=develop)](https://travis-ci.org/NASAWorldWind/WorldWindAndroid)
6-
6+
[![Download](https://api.bintray.com/packages/nasaworldwind/maven/WorldWindAndroid/images/download.svg)](https://bintray.com/nasaworldwind/maven/WorldWindAndroid/_latestVersion)
7+
78
3D virtual globe API for [Android](https://developer.android.com), developed by NASA. Provides a geographic context,
89
complete with terrain, for visualizing geographic or geo-located information in 3D and 2D. World Wind Android provides
910
high-resolution terrain and imagery, retrieved from remote servers automatically as needed. Developers can provide
@@ -22,6 +23,13 @@ repository contains the library source, examples and tutorials.
2223
- [Travis CI](https://travis-ci.org/NASAWorldWind/WorldWindAndroid) provides continuous integration and build automation
2324
- [Android Studio](https://developer.android.com/sdk/) is used by the NASA World Wind development team
2425

26+
## Download
27+
28+
Download the [latest release](https://github.com/NASAWorldWind/WorldWindAndroid/releases/latest) or grab via Gradle:
29+
```groovy
30+
compile 'gov.nasa.worldwind.android:worldwind:0.6.0'
31+
```
32+
2533
## Releases and Roadmap
2634

2735
Official World Wind Android releases from the [master](https://github.com/NASAWorldWind/WorldWindAndroid/tree/master)

0 commit comments

Comments
 (0)