diff --git a/README.md b/README.md index 7112aacb..fa88f4e6 100644 --- a/README.md +++ b/README.md @@ -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.5' +compile 'com.qozix:tileview:'2.2.6' ``` 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 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.5'` to your gradle dependencies. +1. Add `compile 'com.qozix:tileview:2.2.6'` to your gradle dependencies. 1. In the Main Activity, use this for `onCreate`: ``` @Override diff --git a/tileview/build.gradle b/tileview/build.gradle index 03f77597..e6d96dda 100644 --- a/tileview/build.gradle +++ b/tileview/build.gradle @@ -6,8 +6,8 @@ android { defaultConfig { minSdkVersion 11 targetSdkVersion 23 - versionCode 36 - versionName "2.2.5" + versionCode 37 + versionName "2.2.6" } buildTypes { release {