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,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')
}