File tree Expand file tree Collapse file tree 4 files changed +22
-7
lines changed Expand file tree Collapse file tree 4 files changed +22
-7
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,22 @@ geometric objects.
18
18
19
19
Download the [ latest release] ( https://bintray.com/nasaworldwind/maven/WorldWindAndroid/_latestVersion ) or grab via Gradle:
20
20
``` groovy
21
- compile 'gov.nasa.worldwind.android:worldwind:0.6.0@aar'
21
+ compile 'gov.nasa.worldwind.android:worldwind:0.7.0'
22
+ ```
23
+
24
+ ## Snapshots
25
+
26
+ Get development build snapshots with the latest features and bug fixes from [ oss.jfrog.org] ( https://oss.jfrog.org/ ) :
27
+ ``` groovy
28
+ repositories {
29
+ maven {
30
+ url 'https://oss.jfrog.org/artifactory/oss-snapshot-local'
31
+ }
32
+ }
33
+
34
+ ...
35
+
36
+ compile 'gov.nasa.worldwind.android:worldwind:0.8.0-SNAPSHOT'
22
37
```
23
38
24
39
## Releases and Roadmap
Original file line number Diff line number Diff line change @@ -7,8 +7,8 @@ android {
7
7
applicationId ' gov.nasa.worldwindx.examples'
8
8
minSdkVersion 16
9
9
targetSdkVersion 24
10
- versionCode 60
11
- versionName ' 0.6 .0'
10
+ versionCode 9
11
+ versionName ' 0.7 .0'
12
12
}
13
13
buildTypes {
14
14
release {
Original file line number Diff line number Diff line change @@ -7,8 +7,8 @@ android {
7
7
applicationId ' gov.nasa.worldwindx.tutorials'
8
8
minSdkVersion 16
9
9
targetSdkVersion 24
10
- versionCode 60
11
- versionName ' 0.6 .0'
10
+ versionCode 9
11
+ versionName ' 0.7 .0'
12
12
}
13
13
buildTypes {
14
14
release {
Original file line number Diff line number Diff line change @@ -20,8 +20,8 @@ android {
20
20
defaultConfig {
21
21
minSdkVersion 16
22
22
targetSdkVersion 24
23
- versionCode 60
24
- versionName ' 0.7.0-SNAPSHOT '
23
+ versionCode 9
24
+ versionName ' 0.7.0'
25
25
testInstrumentationRunner ' android.support.test.runner.AndroidJUnitRunner'
26
26
}
27
27
buildTypes {
You can’t perform that action at this time.
0 commit comments