Skip to content

Commit

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

dependencies {
Expand All @@ -89,7 +87,7 @@ kotlin {
}
// use the android preset
android {

publishLibraryVariants("release", "debug")
publishLibraryVariantsGroupedByFlavor = true
}

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.18
version=0.0.19
org.gradle.jvmargs=-Xms1G

0 comments on commit a8316f7

Please sign in to comment.