Skip to content

Commit

Permalink
feat: fix CI build, raise version
Browse files Browse the repository at this point in the history
  • Loading branch information
kramlex committed Aug 30, 2023
1 parent 8b551a6 commit b9d3fdd
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 6 deletions.
2 changes: 2 additions & 0 deletions build-logic/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ plugins {
`kotlin-dsl`
}

version = libs.versions.mvm.get()

repositories {
mavenCentral()
google()
Expand Down
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ plugins {
id("print-version-convention")
}

version = libs.versions.mmv.get()
version = libs.versions.mvm.get()
2 changes: 2 additions & 0 deletions compose-annotation/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ plugins {
id("kmm-library-convention")
}

version = libs.versions.mvm.get()

android {
namespace = "app.meetacy.vm.compose"
}
Expand Down
2 changes: 2 additions & 0 deletions core/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ plugins {
id("kmm-library-convention")
}

version = libs.versions.mvm.get()

android {
namespace = "app.meetacy.vm"
}
Expand Down
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ androidGradle = "7.4.0"
androidLifecycleVersion = "2.6.1"
kotlinxCoroutines = "1.7.3"

mmv = "0.0.1"
mvm = "0.0.2"

[libraries]

Expand Down
6 changes: 2 additions & 4 deletions mvi/build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,11 +1,9 @@
/*
* Copyright (c) 2023 Meetacy. All rights reserved.
*/

plugins {
id("kmm-library-convention")
}

version = libs.versions.mvm.get()

android {
namespace = "app.meetacy.vm.mvi"
}
Expand Down

0 comments on commit b9d3fdd

Please sign in to comment.