Skip to content

Commit a085b2d

Browse files
committed
updating readme
1 parent 5c9fc08 commit a085b2d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ Javadocs are [here](http://moagrius.github.io/TileView/index.html?com/qozix/tile
4444
###Installation
4545
Gradle:
4646
```
47-
compile 'com.qozix:tileview:2.2.0'
47+
compile 'com.qozix:tileview:2.2.1'
4848
```
4949

5050
The library is hosted on jcenter, and is not currently available from maven.
@@ -64,7 +64,7 @@ A demo application, built in Android Studio, is available in the `demo` folder o
6464
at the 2nd column from left and 3rd row from top.
6565
1. Create a new application with a single activity ('Main').
6666
1. Save the image tiles to your `assets` directory.
67-
1. Add `compile 'com.qozix:tileview:2.2.0'` to your gradle dependencies.
67+
1. Add `compile 'com.qozix:tileview:2.2.1'` to your gradle dependencies.
6868
1. In the Main Activity, use this for `onCreate`:
6969
```
7070
@Override

0 commit comments

Comments
 (0)