From 26f1c6ff1e960d3296edae2d989823a4dd602d3b Mon Sep 17 00:00:00 2001 From: wagaana Date: Thu, 30 Jul 2020 02:16:19 +0300 Subject: [PATCH] first commit --- README.md | 34 ++++------------------------------ 1 file changed, 4 insertions(+), 30 deletions(-) diff --git a/README.md b/README.md index 1b76fe5..1b46baf 100644 --- a/README.md +++ b/README.md @@ -4,13 +4,11 @@ This library helps developer to read data from credit card: card number, expired date, card type.
Works only with cards that has paypass or paywave technology! -1. [Demo](https://play.google.com/store/apps/details?id=com.pro100svitlo.nfccardread) -2. [Screenshots](#screenshots) -3. [Usage](#usage) -4. [Callbacks](#callbacks) -5. [Proguard](#proguard) +1. [Screenshots](#screenshots) +2. [Usage](#usage) +3. [Callbacks](#callbacks) +4. [Proguard](#proguard) 5. [Updates](#updates) -6. [License](#license) # Screenshots ![alt text](screenshots/Screenshot_20160428-122024.png "Start") @@ -154,27 +152,3 @@ If you are using Proguard, please add this line to your proguard-rules.pro file * v.1.0.0 1. Add Ingdirect Bank visa card (Australian Bank) 2. Add default card type as UNKNOWN. - - -### License -The MIT License (MIT) - -Copyright (c) 2016 Credit Card NFC Reader - -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in all -copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE -SOFTWARE.