Skip to content

Commit a1ad145

Browse files
committed
Update Publication.kt to fix Android
1 parent ca5b27c commit a1ad145

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

buildSrc/src/main/java/Publication.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ fun DistributionContainer.configureForMultiplatform(project: Project, buildPubli
4949
// Rename the android.aar to android-release.aar due to craft
5050
if (distribution.name == "android") {
5151
from("$basePath$sep$projectName-$version.aar") {
52-
rename { "$projectName-release-$version.aar" }
52+
rename { "$projectName-release.aar" }
5353
}
5454
}
5555

0 commit comments

Comments
 (0)