Skip to content

Commit 8183faf

Browse files
martinbonninAnka
authored andcommitted
Publish only the release variant
Fixes a warning. The debug and release versions should be the same anyways.
1 parent c6596ba commit 8183faf

File tree

1 file changed

+1
-1
lines changed
  • build-logic/src/main/kotlin

1 file changed

+1
-1
lines changed

build-logic/src/main/kotlin/Mpp.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ fun defaultTargets(
7171

7272
if (withAndroid) {
7373
androidTarget {
74-
publishAllLibraryVariants()
74+
publishLibraryVariants("release")
7575
}
7676
}
7777

0 commit comments

Comments
 (0)