Add orx-osc extension

This commit is contained in:
Ricardo Matias
2019-11-07 10:00:19 +01:00
parent b0a418373d
commit 41aa0ef3f1
3 changed files with 75 additions and 0 deletions

5
orx-osc/build.gradle Normal file
View File

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