Move all files from java subdirectory to project root
This commit is contained in:
13
exec.connected/build.gradle
Normal file
13
exec.connected/build.gradle
Normal 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'
|
||||
}
|
||||
Reference in New Issue
Block a user