Skip to content

Commit ec67c55

Browse files
committed
Declare variants for publishing
1 parent 63305ad commit ec67c55

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

ern-container-gen-android/src/hull/lib/build.gradle

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,11 @@ android {
2929
lintOptions {
3030
abortOnError false
3131
}
32+
publishing {
33+
multipleVariants {
34+
allVariants()
35+
}
36+
}
3237
}
3338

3439
dependencies {

0 commit comments

Comments
 (0)