Skip to content

Commit

Permalink
Upgrade to PJC 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ytai committed Dec 27, 2015
1 parent 56fc084 commit 154d793
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion software/IOIOBridge/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ task zip(type: Zip, dependsOn: distJar) {
tasks.build.dependsOn zip

dependencies {
compile 'com.sparetimelabs:purejavacomm:0.0.22'
compile '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 @@ -16,7 +16,7 @@ task zip(type: Zip, dependsOn: distJar) {
tasks.build.dependsOn zip

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

buildscript {
Expand Down
2 changes: 1 addition & 1 deletion software/IOIOLibPC/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,6 @@ artifacts {
}

dependencies {
compile 'com.sparetimelabs:purejavacomm:0.0.22'
compile 'com.sparetimelabs:purejavacomm:1.0.0'
compile project(":IOIOLibCore")
}

0 comments on commit 154d793

Please sign in to comment.