Skip to content

Commit ea37942

Browse files
author
pdavidc
committed
Updated the library and example module versions for Hotfix v0.2.6
1 parent 2b56f7d commit ea37942

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

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 25
11-
versionName '0.2.5'
10+
versionCode 26
11+
versionName '0.2.6'
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 25
11-
versionName '0.2.5'
10+
versionCode 26
11+
versionName '0.2.6'
1212
}
1313
buildTypes {
1414
release {

0 commit comments

Comments
 (0)