Skip to content

Commit

Permalink
Fixed library group ID
Browse files Browse the repository at this point in the history
  • Loading branch information
ln-12 committed Aug 22, 2022
1 parent 41b7368 commit 707fe99
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ plugins {
id("convention.publication")
}

group = "com.github.ln_12"
group = "com.github.ln-12"
version = "1.2.0"

repositories {
Expand Down
2 changes: 1 addition & 1 deletion sample/shared/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ kotlin {
sourceSets {
val commonMain by getting {
dependencies {
implementation("com.github.ln_12:multiplatform-connectivity-status:1.2.0")
implementation("com.github.ln-12:multiplatform-connectivity-status:1.2.0")
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.6.4")
}
}
Expand Down

0 comments on commit 707fe99

Please sign in to comment.