Skip to content

Commit

Permalink
version number
Browse files Browse the repository at this point in the history
  • Loading branch information
moagrius committed Nov 14, 2017
1 parent 7e0f0b6 commit b603c62
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ Javadocs are [here](http://moagrius.github.io/TileView/index.html?com/qozix/tile
### Installation
Gradle:
```
compile 'com.qozix:tileview:'2.2.7'
compile 'com.qozix:tileview:2.2.8'
```

The library is hosted on jcenter, and is not currently available from maven.
Expand All @@ -64,7 +64,7 @@ A demo application, built in Android Studio, is available in the `demo` folder o
at the 2nd column from left and 3rd row from top.
1. Create a new application with a single activity ('Main').
1. Save the image tiles to your `assets` directory.
1. Add `compile 'com.qozix:tileview:2.2.7'` to your gradle dependencies.
1. Add `compile 'com.qozix:tileview:2.2.8'` to your gradle dependencies.
1. In the Main Activity, use this for `onCreate`:
```
@Override
Expand Down
4 changes: 2 additions & 2 deletions tileview/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ android {
defaultConfig {
minSdkVersion 11
targetSdkVersion 23
versionCode 38
versionName "2.2.7"
versionCode 39
versionName "2.2.8"
}
buildTypes {
release {
Expand Down

0 comments on commit b603c62

Please sign in to comment.