Skip to content

Commit 437da44

Browse files
authored
Merge pull request #1915 from r0h0gg6/container-android-publishing-fix
Declare variants for publishing for AGP 8
2 parents 63305ad + ec67c55 commit 437da44

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)