Move all files from java subdirectory to project root

This commit is contained in:
2016-08-10 14:37:37 +01:00
parent bb92bb17d1
commit 7a1576eb4d
430 changed files with 3 additions and 3 deletions

View File

@@ -0,0 +1,13 @@
dependencies {
compile project(':core.networking')
compile project(':core.mimis')
compile project(':core.worker')
compile project(':device.lirc')
compile project(':exec.mimis')
compile 'com.esotericsoftware.yamlbeans:yamlbeans:1.09'
compile 'com.github.boukefalos:jlibibuddy:1.1'
compile 'com.github.boukefalos:jliblirc:1.1'
compile 'com.github.boukefalos:jlibusb:0.5.7'
}