[orx-osc] Upgrade to JavaOSC 0.8, add address to listener message

This commit is contained in:
Edwin Jakobs
2022-02-03 07:59:44 +01:00
parent ddbbb2c2a6
commit d2d8ef58b6
3 changed files with 17 additions and 19 deletions

View File

@@ -1,5 +1,5 @@
dependencies {
def withoutSlf4j = { exclude group: 'org.slf4j' }
implementation "com.illposed.osc:javaosc-core:0.6", withoutSlf4j
implementation "com.illposed.osc:javaosc-core:0.8", withoutSlf4j
}