Skip to content

Commit

Permalink
Update version codes for v0.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
zglueck committed Feb 2, 2018
1 parent 90cdd05 commit e872267
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ 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.7.0'
compile 'gov.nasa.worldwind.android:worldwind:0.8.0'
```

## Snapshots
Expand All @@ -33,7 +33,7 @@ repositories {
...
compile 'gov.nasa.worldwind.android:worldwind:0.8.0-SNAPSHOT'
compile 'gov.nasa.worldwind.android:worldwind:0.9.0-SNAPSHOT'
```

## Releases and Roadmap
Expand Down
2 changes: 1 addition & 1 deletion worldwind-examples/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ android {
minSdkVersion 23
targetSdkVersion 23
versionCode 10
versionName '0.8.0-SNAPSHOT'
versionName '0.8.0'
}
buildTypes {
release {
Expand Down
2 changes: 1 addition & 1 deletion worldwind-tutorials/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ android {
minSdkVersion 23
targetSdkVersion 23
versionCode 10
versionName '0.8.0-SNAPSHOT'
versionName '0.8.0'
}
buildTypes {
release {
Expand Down
2 changes: 1 addition & 1 deletion worldwind/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ android {
minSdkVersion 16
targetSdkVersion 23
versionCode 10
versionName '0.8.0-SNAPSHOT'
versionName '0.8.0'
testInstrumentationRunner 'android.support.test.runner.AndroidJUnitRunner'
}
buildTypes {
Expand Down

0 comments on commit e872267

Please sign in to comment.