Skip to content

Commit

Permalink
QVQ
Browse files Browse the repository at this point in the history
  • Loading branch information
pencilso committed Dec 15, 2017
1 parent e9fff61 commit 3247aa9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ protected void blueWriteData(String data) {
ManyBlue.blueWriteData(data, tag);
}

protected void blueWriteDataByteArray(Byte data[]) {
protected void blueWriteDataByteArray(byte data[]) {
ManyBlue.blueWriteDataByteArray(data, tag);
}

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Github仓库地址 [https://github.com/pencilso/ManyBlue](https://github.com/pen

dependencies {
compile 'com.github.pencilso:ManyBlue:v1.1.8'
compile 'com.github.pencilso:ManyBlue:v1.1.9'
}


Expand Down

0 comments on commit 3247aa9

Please sign in to comment.