Skip to content

Commit

Permalink
Updated version codes for v0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pdavidc committed Aug 23, 2017
1 parent 2488c78 commit 6b940b6
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 7 deletions.
17 changes: 16 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,22 @@ geometric objects.

Download the [latest release](https://bintray.com/nasaworldwind/maven/WorldWindAndroid/_latestVersion) or grab via Gradle:
```groovy
compile 'gov.nasa.worldwind.android:worldwind:0.6.0@aar'
compile 'gov.nasa.worldwind.android:worldwind:0.7.0'
```

## Snapshots

Get development build snapshots with the latest features and bug fixes from [oss.jfrog.org](https://oss.jfrog.org/):
```groovy
repositories {
maven {
url 'https://oss.jfrog.org/artifactory/oss-snapshot-local'
}
}
...
compile 'gov.nasa.worldwind.android:worldwind:0.8.0-SNAPSHOT'
```

## Releases and Roadmap
Expand Down
4 changes: 2 additions & 2 deletions worldwind-examples/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ android {
applicationId 'gov.nasa.worldwindx.examples'
minSdkVersion 16
targetSdkVersion 24
versionCode 60
versionName '0.6.0'
versionCode 9
versionName '0.7.0'
}
buildTypes {
release {
Expand Down
4 changes: 2 additions & 2 deletions worldwind-tutorials/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ android {
applicationId 'gov.nasa.worldwindx.tutorials'
minSdkVersion 16
targetSdkVersion 24
versionCode 60
versionName '0.6.0'
versionCode 9
versionName '0.7.0'
}
buildTypes {
release {
Expand Down
4 changes: 2 additions & 2 deletions worldwind/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ android {
defaultConfig {
minSdkVersion 16
targetSdkVersion 24
versionCode 60
versionName '0.7.0-SNAPSHOT'
versionCode 9
versionName '0.7.0'
testInstrumentationRunner 'android.support.test.runner.AndroidJUnitRunner'
}
buildTypes {
Expand Down

0 comments on commit 6b940b6

Please sign in to comment.