Skip to content

Commit

Permalink
undo renaming
Browse files Browse the repository at this point in the history
  • Loading branch information
compscidr committed Oct 31, 2024
1 parent 5796320 commit 799a323
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion icmp-android/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ gitVersioning.apply {
}

dependencies {
api("com.jasonernst.icmp:icmp.common:$version")
api("com.jasonernst.icmp:icmp_common:$version")
implementation(libs.logback.android)

androidTestImplementation(libs.bundles.android.test)
Expand Down
2 changes: 1 addition & 1 deletion icmp-common/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ nmcp {

// see: https://vanniktech.github.io/gradle-maven-publish-plugin/central/#configuring-the-pom
mavenPublishing {
coordinates("com.jasonernst.icmp", "icmp.common", version.toString())
coordinates("com.jasonernst.icmp", "icmp_common", version.toString())
pom {
name = "ICMP Common"
description = "Common code for sending and receiving ICMP packets on Android and Linux"
Expand Down
2 changes: 1 addition & 1 deletion icmp-linux/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ gitVersioning.apply {
}

dependencies {
api("com.jasonernst.icmp:icmp.common:$version")
api("com.jasonernst.icmp:icmp_common:$version")
testImplementation(libs.bundles.unit.test)
testImplementation(libs.logback.classic)
}
Expand Down

0 comments on commit 799a323

Please sign in to comment.