Skip to content

Commit de9f9a1

Browse files
committed
Release 0.9.5.
1 parent dad35f9 commit de9f9a1

2 files changed

Lines changed: 7 additions & 1 deletion

File tree

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ ext {
1919
minSdkVersion = 19
2020
targetSdkVersion = 33
2121
versionCode = 11
22-
versionName = '0.9.2'
22+
versionName = '0.9.5'
2323
}
2424

2525
task clean(type: Delete) {

worldwind/build.gradle

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,12 @@ android {
1414
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
1515
}
1616
}
17+
publishing {
18+
singleVariant("release") {
19+
withSourcesJar()
20+
withJavadocJar()
21+
}
22+
}
1723
testOptions {
1824
unitTests {
1925
// Setting returnDefaultValues to true prevents un-mocked Android objects from throwing exceptions.

0 commit comments

Comments
 (0)