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.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Galarzaa90 committed Jul 14, 2017
1 parent 5d266e9 commit 12d32a8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
5 changes: 1 addition & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,8 @@ The connections vary based on the [board](https://developer.android.com/things/h
## Installing
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.1'
}
compile 'com.galarzaa.android-things:rc522:0.2.2'
```

## 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.1',
publishVersionCode: 5,
publishVersion: '0.2.2',
publishVersionCode: 6,
gradleVersion: '2.3.3',

thingsLib: '0.2-devpreview'
Expand Down

0 comments on commit 12d32a8

Please sign in to comment.