Skip to content

Commit

Permalink
Release 0.9.5.
Browse files Browse the repository at this point in the history
  • Loading branch information
ComBatVision committed Oct 17, 2022
1 parent 64f68d7 commit 61b19a0
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ ext {
minSdkVersion = 19
targetSdkVersion = 33
versionCode = 11
versionName = '0.9.2'
versionName = '0.9.5'
}

task clean(type: Delete) {
Expand Down
6 changes: 6 additions & 0 deletions worldwind/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,12 @@ android {
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
}
}
publishing {
singleVariant("release") {
withSourcesJar()
withJavadocJar()
}
}
testOptions {
unitTests {
// Setting returnDefaultValues to true prevents un-mocked Android objects from throwing exceptions.
Expand Down

0 comments on commit 61b19a0

Please sign in to comment.