Skip to content

Commit e872267

Browse files
committed
Update version codes for v0.8.0
1 parent 90cdd05 commit e872267

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ geometric objects.
1818

1919
Download the [latest release](https://bintray.com/nasaworldwind/maven/WorldWindAndroid/_latestVersion) or grab via Gradle:
2020
```groovy
21-
compile 'gov.nasa.worldwind.android:worldwind:0.7.0'
21+
compile 'gov.nasa.worldwind.android:worldwind:0.8.0'
2222
```
2323

2424
## Snapshots
@@ -33,7 +33,7 @@ repositories {
3333
3434
...
3535
36-
compile 'gov.nasa.worldwind.android:worldwind:0.8.0-SNAPSHOT'
36+
compile 'gov.nasa.worldwind.android:worldwind:0.9.0-SNAPSHOT'
3737
```
3838

3939
## Releases and Roadmap

worldwind-examples/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ android {
77
minSdkVersion 23
88
targetSdkVersion 23
99
versionCode 10
10-
versionName '0.8.0-SNAPSHOT'
10+
versionName '0.8.0'
1111
}
1212
buildTypes {
1313
release {

worldwind-tutorials/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ android {
77
minSdkVersion 23
88
targetSdkVersion 23
99
versionCode 10
10-
versionName '0.8.0-SNAPSHOT'
10+
versionName '0.8.0'
1111
}
1212
buildTypes {
1313
release {

worldwind/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ android {
1919
minSdkVersion 16
2020
targetSdkVersion 23
2121
versionCode 10
22-
versionName '0.8.0-SNAPSHOT'
22+
versionName '0.8.0'
2323
testInstrumentationRunner 'android.support.test.runner.AndroidJUnitRunner'
2424
}
2525
buildTypes {

0 commit comments

Comments
 (0)