Skip to content

Commit e2a8463

Browse files
author
pdavidc
committed
Updated the library and example module versions for Release v0.3.0
1 parent 77331a9 commit e2a8463

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

worldwind-examples/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ android {
77
applicationId 'gov.nasa.worldwindx.examples'
88
minSdkVersion 16
99
targetSdkVersion 23
10-
versionCode 26
11-
versionName '0.2.6'
10+
versionCode 30
11+
versionName '0.3.0'
1212
}
1313
buildTypes {
1414
release {

worldwind/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ android {
77
defaultConfig {
88
minSdkVersion 16
99
targetSdkVersion 23
10-
versionCode 26
11-
versionName '0.2.6'
10+
versionCode 30
11+
versionName '0.3.0'
1212
}
1313
buildTypes {
1414
release {

0 commit comments

Comments
 (0)