Skip to content

Commit

Permalink
Updated compile keywords to implementation or api where applicable in…
Browse files Browse the repository at this point in the history
… all build.gradle files
  • Loading branch information
topherbuckley committed Aug 18, 2020
1 parent aa37396 commit 48f1175
Show file tree
Hide file tree
Showing 20 changed files with 45 additions and 44 deletions.
2 changes: 1 addition & 1 deletion software/IOIOBridge/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ task zip(type: Zip, dependsOn: distJar) {
tasks.build.dependsOn zip

dependencies {
compile 'com.sparetimelabs:purejavacomm:1.0.0'
implementation 'com.sparetimelabs:purejavacomm:1.0.0'
}

buildscript {
Expand Down
2 changes: 1 addition & 1 deletion software/IOIODude/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ task zip(type: Zip, dependsOn: distJar) {
tasks.build.dependsOn zip

dependencies {
compile 'com.sparetimelabs:purejavacomm:1.0.0'
implementation 'com.sparetimelabs:purejavacomm:1.0.0'
}

buildscript {
Expand Down
2 changes: 1 addition & 1 deletion software/IOIOLibAndroid/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,5 @@ android {
}

dependencies {
compile project(":IOIOLibCore")
api project(":IOIOLibCore")
}
2 changes: 1 addition & 1 deletion software/IOIOLibAndroidAccessory/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,5 @@ uploadArchives {
}

dependencies {
compile project(":IOIOLibAndroid")
implementation project(":IOIOLibAndroid")
}
2 changes: 1 addition & 1 deletion software/IOIOLibAndroidBluetooth/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,5 @@ uploadArchives {
}

dependencies {
compile project(":IOIOLibAndroid")
implementation project(":IOIOLibAndroid")
}
2 changes: 1 addition & 1 deletion software/IOIOLibAndroidDevice/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,5 @@ uploadArchives {
}

dependencies {
compile project(":IOIOLibAndroid")
implementation project(":IOIOLibAndroid")
}
4 changes: 2 additions & 2 deletions software/IOIOLibPC/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,6 @@ artifacts {
}

dependencies {
compile 'com.sparetimelabs:purejavacomm:1.0.0'
compile project(":IOIOLibCore")
implementation 'com.sparetimelabs:purejavacomm:1.0.0'
api project(":IOIOLibCore")
}
8 changes: 4 additions & 4 deletions software/applications/HelloIOIO/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@ android {
}

dependencies {
compile 'com.github.ytai.ioio:IOIOLibAndroid:5.07'
compile 'com.github.ytai.ioio:IOIOLibAndroidBluetooth:5.07'
compile 'com.github.ytai.ioio:IOIOLibAndroidAccessory:5.07'
compile 'com.github.ytai.ioio:IOIOLibAndroidDevice:5.07'
implementation 'com.github.ytai.ioio:IOIOLibAndroid:5.07'
implementation 'com.github.ytai.ioio:IOIOLibAndroidBluetooth:5.07'
implementation 'com.github.ytai.ioio:IOIOLibAndroidAccessory:5.07'
implementation 'com.github.ytai.ioio:IOIOLibAndroidDevice:5.07'
}

repositories {
Expand Down
9 changes: 5 additions & 4 deletions software/applications/HelloIOIOService/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,11 @@ android {
}

dependencies {
compile 'com.github.ytai.ioio:IOIOLibAndroid:5.07'
compile 'com.github.ytai.ioio:IOIOLibAndroidBluetooth:5.07'
compile 'com.github.ytai.ioio:IOIOLibAndroidAccessory:5.07'
compile 'com.github.ytai.ioio:IOIOLibAndroidDevice:5.07'
implementation 'com.github.ytai.ioio:IOIOLibAndroid:5.07'
implementation 'com.github.ytai.ioio:IOIOLibAndroidBluetooth:5.07'
implementation 'com.github.ytai.ioio:IOIOLibAndroidAccessory:5.07'
implementation 'com.github.ytai.ioio:IOIOLibAndroidDevice:5.07'
implementation 'androidx.appcompat:appcompat:1.2.0'
}

repositories {
Expand Down
8 changes: 4 additions & 4 deletions software/applications/HolidayIOIO/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@ android {
}

dependencies {
compile 'com.github.ytai.ioio:IOIOLibAndroid:5.07'
compile 'com.github.ytai.ioio:IOIOLibAndroidBluetooth:5.07'
compile 'com.github.ytai.ioio:IOIOLibAndroidAccessory:5.07'
compile 'com.github.ytai.ioio:IOIOLibAndroidDevice:5.07'
implementation 'com.github.ytai.ioio:IOIOLibAndroid:5.07'
implementation 'com.github.ytai.ioio:IOIOLibAndroidBluetooth:5.07'
implementation 'com.github.ytai.ioio:IOIOLibAndroidAccessory:5.07'
implementation 'com.github.ytai.ioio:IOIOLibAndroidDevice:5.07'
}

repositories {
Expand Down
8 changes: 4 additions & 4 deletions software/applications/IOIOManager/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,9 @@ android {
}

dependencies {
compile 'com.github.ytai.ioio:IOIOLibAndroid:5.07'
compile 'com.github.ytai.ioio:IOIOLibAndroidBluetooth:5.07'
compile 'com.github.ytai.ioio:IOIOLibAndroidAccessory:5.07'
compile 'com.github.ytai.ioio:IOIOLibAndroidDevice:5.07'
implementation 'com.github.ytai.ioio:IOIOLibAndroid:5.07'
implementation 'com.github.ytai.ioio:IOIOLibAndroidBluetooth:5.07'
implementation 'com.github.ytai.ioio:IOIOLibAndroidAccessory:5.07'
implementation 'com.github.ytai.ioio:IOIOLibAndroidDevice:5.07'
}

8 changes: 4 additions & 4 deletions software/applications/IOIOSimpleApp/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@ android {
}

dependencies {
compile 'com.github.ytai.ioio:IOIOLibAndroid:5.07'
compile 'com.github.ytai.ioio:IOIOLibAndroidBluetooth:5.07'
compile 'com.github.ytai.ioio:IOIOLibAndroidAccessory:5.07'
compile 'com.github.ytai.ioio:IOIOLibAndroidDevice:5.07'
implementation 'com.github.ytai.ioio:IOIOLibAndroid:5.07'
implementation 'com.github.ytai.ioio:IOIOLibAndroidBluetooth:5.07'
implementation 'com.github.ytai.ioio:IOIOLibAndroidAccessory:5.07'
implementation 'com.github.ytai.ioio:IOIOLibAndroidDevice:5.07'
}

repositories {
Expand Down
8 changes: 4 additions & 4 deletions software/applications/IOIOTestBed/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ android {
}

dependencies {
compile 'com.github.ytai.ioio:IOIOLibAndroid:5.07'
compile 'com.github.ytai.ioio:IOIOLibAndroidBluetooth:5.07'
compile 'com.github.ytai.ioio:IOIOLibAndroidAccessory:5.07'
compile 'com.github.ytai.ioio:IOIOLibAndroidDevice:5.07'
implementation 'com.github.ytai.ioio:IOIOLibAndroid:5.07'
implementation 'com.github.ytai.ioio:IOIOLibAndroidBluetooth:5.07'
implementation 'com.github.ytai.ioio:IOIOLibAndroidAccessory:5.07'
implementation 'com.github.ytai.ioio:IOIOLibAndroidDevice:5.07'
}
8 changes: 4 additions & 4 deletions software/applications/IOIOTortureTest/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ android {
}

dependencies {
compile 'com.github.ytai.ioio:IOIOLibAndroid:5.07'
compile 'com.github.ytai.ioio:IOIOLibAndroidBluetooth:5.07'
compile 'com.github.ytai.ioio:IOIOLibAndroidAccessory:5.07'
compile 'com.github.ytai.ioio:IOIOLibAndroidDevice:5.07'
implementation 'com.github.ytai.ioio:IOIOLibAndroid:5.07'
implementation 'com.github.ytai.ioio:IOIOLibAndroidBluetooth:5.07'
implementation 'com.github.ytai.ioio:IOIOLibAndroidAccessory:5.07'
implementation 'com.github.ytai.ioio:IOIOLibAndroidDevice:5.07'
}
6 changes: 3 additions & 3 deletions software/applications/ShoeBot/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ android {
}

dependencies {
compile 'com.github.ytai.ioio:IOIOLibAndroid:5.07'
compile 'com.github.ytai.ioio:IOIOLibAndroidBluetooth:5.07'
compile 'com.github.ytai.ioio:IOIOLibAndroidAccessory:5.07'
implementation 'com.github.ytai.ioio:IOIOLibAndroid:5.07'
implementation 'com.github.ytai.ioio:IOIOLibAndroidBluetooth:5.07'
implementation 'com.github.ytai.ioio:IOIOLibAndroidAccessory:5.07'
}
2 changes: 1 addition & 1 deletion software/applications/pc/HelloIOIOConsole/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ task distJar(type: OneJar) {
tasks.build.dependsOn distJar

dependencies {
compile 'com.github.ytai.ioio:IOIOLibPC:5.07'
implementation project(':IOIOLibPC')
}

repositories {
Expand Down
2 changes: 1 addition & 1 deletion software/applications/pc/HelloIOIOSwing/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ task distJar(type: OneJar) {
tasks.build.dependsOn distJar

dependencies {
compile 'com.github.ytai.ioio:IOIOLibPC:5.07'
implementation project(':IOIOLibPC')
}

repositories {
Expand Down
2 changes: 1 addition & 1 deletion software/applications/pc/HelloSequencer/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ task distJar(type: OneJar) {
tasks.build.dependsOn distJar

dependencies {
compile 'com.github.ytai.ioio:IOIOLibPC:5.07'
implementation project(':IOIOLibPC')
}

repositories {
Expand Down
2 changes: 1 addition & 1 deletion software/applications/pc/IOIOServoSwing/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ task distJar(type: OneJar) {
tasks.build.dependsOn distJar

dependencies {
compile 'com.github.ytai.ioio:IOIOLibPC:5.07'
implementation project(':IOIOLibPC')
}

buildscript {
Expand Down
2 changes: 1 addition & 1 deletion software/applications/pc/SeeedTestbed/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ task distJar(type: OneJar) {
tasks.build.dependsOn distJar

dependencies {
compile 'com.github.ytai.ioio:IOIOLibPC:5.07'
implementation project(':IOIOLibPC')
}

buildscript {
Expand Down

0 comments on commit 48f1175

Please sign in to comment.