Skip to content
This repository has been archived by the owner on Jun 21, 2023. It is now read-only.

Commit

Permalink
Bumped to version 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Galarzaa90 committed Jul 18, 2017
1 parent e165aff commit f1bb22d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,12 @@ Based on [pi-rc522](https://github.com/ondryaso/pi-rc522) by user **ondryaso**
* Detect MIFARE 1k tags (not tested in other tags)
* Authenticate, read and write to tags
* Change authentication keys and access bits (must be done manually)

### Planned features
* Increment, decrement, transfer and restore for value blocks
* Easier way of changing keys and access bits

### Planned features
* Helper functions
* Better error handling

## Connections
The connections vary based on the [board](https://developer.android.com/things/hardware/developer-kits.html) used.
Expand All @@ -23,7 +24,7 @@ The connections vary based on the [board](https://developer.android.com/things/h
This library is available at jCenter. To install add this to your module's build.gradle
```groovy
dependencies {
compile 'com.galarzaa.android-things:rc522:0.2.2'
compile 'com.galarzaa.android-things:rc522:0.3.0'
```

## Usage
Expand Down
4 changes: 2 additions & 2 deletions dependencies.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ ext.versions = [
minSdk: 24,
compileSdk: 25,
buildTools: '25.0.3',
publishVersion: '0.2.2',
publishVersionCode: 6,
publishVersion: '0.3.0',
publishVersionCode: 7,
gradleVersion: '2.3.3',

thingsLib: '0.2-devpreview'
Expand Down

0 comments on commit f1bb22d

Please sign in to comment.