Fixed build dependency issues by moving hal core into hal-core folder/subproject

This commit is contained in:
Ziver Koc 2020-11-10 18:36:02 +01:00
parent f1da2c5a4d
commit ded778fd11
138 changed files with 195 additions and 183 deletions

View file

@ -1,4 +1,5 @@
dependencies {
implementation project(':hal-core')
implementation 'com.pi4j:pi4j-core:1.1'
implementation 'com.pi4j:pi4j-device:1.1'
implementation 'com.pi4j:pi4j-gpio-extension:1.1'