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 fd4ee8b commit a8316f7Copy full SHA for a8316f7
build.gradle
@@ -68,8 +68,6 @@ android { // android specific configuration
68
res.srcDirs = ['src/androidMain/res']
69
}
70
71
- publishNonDefault true
72
- defaultPublishConfig "release"
73
74
75
dependencies {
@@ -89,7 +87,7 @@ kotlin {
89
87
90
88
// use the android preset
91
android {
92
-
+ publishLibraryVariants("release", "debug")
93
publishLibraryVariantsGroupedByFlavor = true
94
95
gradle.properties
@@ -1,5 +1,5 @@
1
kotlin.code.style=official
2
3
group=io.rebble.libpebblecommon
4
-version=0.0.18
+version=0.0.19
5
org.gradle.jvmargs=-Xms1G
0 commit comments