Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
hoanngothanh committed Jul 6, 2018
2 parents 2d452df + d7a2851 commit 9675b3f
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
# printermaxm58sdk
PrinterMax M58 SDK
Add it in your root build.gradle at the end of repositories:

allprojects {
repositories {
...
maven { url 'https://jitpack.io' }
}
}


Step 2. Add the dependency

dependencies {
implementation 'com.github.hoanngothanh:printermaxm58sdk:1.0'
}
Share this release:

0 comments on commit 9675b3f

Please sign in to comment.