Skip to content

Commit

Permalink
Update calf-ui to 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
MohamedRejeb committed Sep 23, 2023
1 parent fdca1d4 commit d6db8ce
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
plugins {
// id("root.publication")
id("root.publication")
//trick: for the same plugin versions in all sub-modules
alias(libs.plugins.androidApplication).apply(false)
alias(libs.plugins.androidLibrary).apply(false)
Expand Down
2 changes: 1 addition & 1 deletion calf-ui/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ plugins {
alias(libs.plugins.kotlinMultiplatform)
alias(libs.plugins.composeMultiplatform)
alias(libs.plugins.androidLibrary)
// id("module.publication")
id("module.publication")
}

val os: OperatingSystem = OperatingSystem.current()
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ plugins {

allprojects {
group = "com.mohamedrejeb.calf"
version = "0.1.1"
version = "0.2.0"
}

nexusPublishing {
Expand Down
2 changes: 1 addition & 1 deletion settings.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
pluginManagement {
// includeBuild("convention-plugins")
includeBuild("convention-plugins")
repositories {
google {
mavenContent {
Expand Down

0 comments on commit d6db8ce

Please sign in to comment.