Skip to content

Commit

Permalink
Place android build flavours into one package
Browse files Browse the repository at this point in the history
  • Loading branch information
crc-32 committed Feb 14, 2021
1 parent 3083778 commit fd4ee8b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,8 @@ android { // android specific configuration
res.srcDirs = ['src/androidMain/res']
}
}
publishNonDefault true
defaultPublishConfig "release"
}

dependencies {
Expand All @@ -87,7 +89,8 @@ kotlin {
}
// use the android preset
android {
publishLibraryVariants("release", "debug")

publishLibraryVariantsGroupedByFlavor = true
}

sourceSets {
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
kotlin.code.style=official

group=io.rebble.libpebblecommon
version=0.0.17
version=0.0.18
org.gradle.jvmargs=-Xms1G

0 comments on commit fd4ee8b

Please sign in to comment.