Correct device.hotkey and dependencies

This commit is contained in:
2016-07-11 23:14:44 +01:00
parent 8391fcfcaa
commit 41f9b5aa1e
11 changed files with 11 additions and 9 deletions

View File

@@ -1,3 +1,5 @@
dependencies {
compile project(':core.mimis')
compile 'com.github.boukefalos:jlibitunes:0.3'
}

View File

@@ -1,3 +1,5 @@
dependencies {
compile project(':core.windows')
compile 'com.github.boukefalos:jlibxinput:1.0'
}

View File

@@ -1,12 +1,4 @@
dependencies {
compile project(':core.worker')
compile 'com.github.boukefalos:jlibmimis:0.1'
compile 'com.github.boukefalos:jlibxinput:1.0'
compile 'com.github.boukefalos:jlibitunes:0.3'
compile 'com.github.boukefalos:jlibintellitype:1.3.9'
compile 'org.slf4j:slf4j-log4j12:1.7.7'
compile 'org.picocontainer:picocontainer:2.15'
compile 'junit:junit:4.12'
compile project(':core.routing')
}

View File

@@ -1,3 +1,6 @@
dependencies {
compile project(':core.mimis')
compile 'com.github.boukefalos:jlibmimis:0.1'
}

View File

@@ -1,3 +1,5 @@
dependencies {
compile project(':core.mimis')
compile 'com.github.boukefalos:jlibintellitype:1.3.9'
}

View File

@@ -16,6 +16,7 @@ include ':core.windows'
include ':core.worker'
include ':core.mimis'
include ':device.extreme3d'
include ':device.hotkey'
include ':device.lirc'
include ':device.network'
include ':device.rumblepad'