Switched to Gradle as build system

This commit is contained in:
Ziver Koc 2020-08-28 23:07:24 +02:00
parent da36be0862
commit a49cb55b93
34 changed files with 136 additions and 1021 deletions

View file

@ -0,0 +1,6 @@
dependencies {
implementation 'com.pi4j:pi4j-core:1.1'
implementation 'com.pi4j:pi4j-device:1.1'
implementation 'com.pi4j:pi4j-gpio-extension:1.1'
implementation 'com.pi4j:pi4j-service:1.1'
}