File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ geometric objects.
1818
1919Download 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
Original file line number Diff line number Diff 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 {
Original file line number Diff line number Diff 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 {
Original file line number Diff line number Diff 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 {
You can’t perform that action at this time.
0 commit comments