Skip to content

Commit

Permalink
Maven central publication (#26)
Browse files Browse the repository at this point in the history
Getting the latest maven central publication (zenoh 1.2.0)
  • Loading branch information
DariusIMP authored Feb 3, 2025
1 parent cffaf66 commit 1fd18fd
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 9 deletions.
2 changes: 1 addition & 1 deletion zenoh-android/ZenohApp/app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ android {
}

dependencies {
implementation("org.eclipse.zenoh:zenoh-kotlin-android:1.1.0")
implementation("org.eclipse.zenoh:zenoh-kotlin-android:1.2.0")
implementation("commons-net:commons-net:3.9.0")
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-android:1.7.3")
implementation("androidx.core:core-ktx:1.9.0")
Expand Down
8 changes: 0 additions & 8 deletions zenoh-android/ZenohApp/settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,6 @@ dependencyResolutionManagement {
repositories {
google()
mavenCentral()
maven {
name = "GitHubPackages"
url = uri("https://maven.pkg.github.com/eclipse-zenoh/zenoh-kotlin")
credentials {
username = providers.gradleProperty("user").get()
password = providers.gradleProperty("token").get()
}
}
}
}

Expand Down

0 comments on commit 1fd18fd

Please sign in to comment.