File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -6,8 +6,8 @@ android {
66 applicationId ' gov.nasa.worldwindx.examples'
77 minSdkVersion 23
88 targetSdkVersion 23
9- versionCode 10
10- versionName ' 0.8.0 '
9+ versionCode 11
10+ versionName ' 0.9.0-SNAPSHOT '
1111 }
1212 buildTypes {
1313 release {
Original file line number Diff line number Diff line change @@ -6,8 +6,8 @@ android {
66 applicationId ' gov.nasa.worldwindx.tutorials'
77 minSdkVersion 23
88 targetSdkVersion 23
9- versionCode 10
10- versionName ' 0.8.0 '
9+ versionCode 11
10+ versionName ' 0.9.0-SNAPSHOT '
1111 }
1212 buildTypes {
1313 release {
Original file line number Diff line number Diff line change @@ -18,8 +18,8 @@ android {
1818 defaultConfig {
1919 minSdkVersion 16
2020 targetSdkVersion 23
21- versionCode 10
22- versionName ' 0.8.0 '
21+ versionCode 11
22+ versionName ' 0.9.0-SNAPSHOT '
2323 testInstrumentationRunner ' android.support.test.runner.AndroidJUnitRunner'
2424 }
2525 buildTypes {
You can’t perform that action at this time.
0 commit comments