Skip to content

Commit 4b8248a

Browse files
committed
bumping version
1 parent cf009ce commit 4b8248a

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
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.3'
47+
compile 'com.qozix:tileview:'2.2.4'
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.3'` to your gradle dependencies.
67+
1. Add `compile 'com.qozix:tileview:2.2.4'` to your gradle dependencies.
6868
1. In the Main Activity, use this for `onCreate`:
6969
```
7070
@Override

tileview/build.gradle

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ android {
66
defaultConfig {
77
minSdkVersion 11
88
targetSdkVersion 23
9-
versionCode 34
10-
versionName "2.2.3"
9+
versionCode 35
10+
versionName "2.2.4"
1111
}
1212
buildTypes {
1313
release {

0 commit comments

Comments
 (0)