We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3083778 commit fd4ee8bCopy full SHA for fd4ee8b
build.gradle
@@ -68,6 +68,8 @@ android { // android specific configuration
68
res.srcDirs = ['src/androidMain/res']
69
}
70
71
+ publishNonDefault true
72
+ defaultPublishConfig "release"
73
74
75
dependencies {
@@ -87,7 +89,8 @@ kotlin {
87
89
88
90
// use the android preset
91
android {
- publishLibraryVariants("release", "debug")
92
+
93
+ publishLibraryVariantsGroupedByFlavor = true
94
95
96
sourceSets {
gradle.properties
@@ -1,5 +1,5 @@
1
kotlin.code.style=official
2
3
group=io.rebble.libpebblecommon
4
-version=0.0.17
+version=0.0.18
5
org.gradle.jvmargs=-Xms1G
0 commit comments