Skip to content

Commit e9b9c79

Browse files
committed
Updated android release targets
1 parent d0a56b6 commit e9b9c79

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

midi/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ kotlin {
2828
jvmToolchain(17)
2929

3030
androidTarget().apply {
31-
publishAllLibraryVariants()
31+
publishLibraryVariants("release")
3232
}
3333

3434
mingwX64()

soundFont/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ kotlin {
3131
jvmToolchain(17)
3232

3333
androidTarget().apply {
34-
publishAllLibraryVariants()
34+
publishLibraryVariants("release")
3535
}
3636

3737
listOf(

0 commit comments

Comments
 (0)