From d7a28511cb8dcdda84c8190d3d8ec2ad2fe875fd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ng=C3=B4=20Thanh=20Ho=C3=A0n?= Date: Fri, 6 Jul 2018 16:19:52 +0800 Subject: [PATCH] Create README.md --- README.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..48206f2 --- /dev/null +++ b/README.md @@ -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: