Skip to content

Commit 37599f7

Browse files
committed
Indicate variant to be published
1 parent 673aa1d commit 37599f7

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

lib/build.gradle

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,12 @@ android {
2121
sourceCompatibility JavaVersion.VERSION_1_8
2222
targetCompatibility JavaVersion.VERSION_1_8
2323
}
24+
25+
publishing {
26+
singleVariant("release") {
27+
withSourcesJar()
28+
}
29+
}
2430
}
2531

2632
dependencies {

0 commit comments

Comments
 (0)