Skip to content

Commit

Permalink
Publish V0.0.3
Browse files Browse the repository at this point in the history
switch to native socket
  • Loading branch information
Selemba1000 committed Apr 30, 2024
1 parent 0133786 commit 93a38aa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ plugins {

val groupVal = "io.github.selemba1000"
val nameVal = "JavaMediaTransportControls"
val versionVal = "0.0.2"
val versionVal = "0.0.3"

repositories {
mavenCentral()
Expand All @@ -29,7 +29,7 @@ dependencies {
testRuntimeOnly("org.junit.platform:junit-platform-launcher")
implementation("net.java.dev.jna:jna:5.14.0")
implementation("com.github.hypfvieh:dbus-java-core:5.0.0")
implementation("com.github.hypfvieh:dbus-java-transport-jnr-unixsocket:5.0.0")
implementation("com.github.hypfvieh:dbus-java-transport-native-unixsocket:5.0.0")
}

tasks.withType<Test>().configureEach {
Expand Down

0 comments on commit 93a38aa

Please sign in to comment.