Skip to content

Commit fd4ee8b

Browse files
committed
Place android build flavours into one package
1 parent 3083778 commit fd4ee8b

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

build.gradle

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

7375
dependencies {
@@ -87,7 +89,8 @@ kotlin {
8789
}
8890
// use the android preset
8991
android {
90-
publishLibraryVariants("release", "debug")
92+
93+
publishLibraryVariantsGroupedByFlavor = true
9194
}
9295

9396
sourceSets {

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.17
4+
version=0.0.18
55
org.gradle.jvmargs=-Xms1G

0 commit comments

Comments
 (0)