Skip to content

Commit a8316f7

Browse files
committed
Fix android package no longer being published on CI
1 parent fd4ee8b commit a8316f7

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

build.gradle

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -68,8 +68,6 @@ android { // android specific configuration
6868
res.srcDirs = ['src/androidMain/res']
6969
}
7070
}
71-
publishNonDefault true
72-
defaultPublishConfig "release"
7371
}
7472

7573
dependencies {
@@ -89,7 +87,7 @@ kotlin {
8987
}
9088
// use the android preset
9189
android {
92-
90+
publishLibraryVariants("release", "debug")
9391
publishLibraryVariantsGroupedByFlavor = true
9492
}
9593

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
kotlin.code.style=official
22

33
group=io.rebble.libpebblecommon
4-
version=0.0.18
4+
version=0.0.19
55
org.gradle.jvmargs=-Xms1G

0 commit comments

Comments
 (0)