From 3f3cc587ca07197112c2adf096933790ca4cb8af Mon Sep 17 00:00:00 2001 From: Mike Dunn Date: Mon, 19 Feb 2018 15:33:49 -0600 Subject: [PATCH] bumping version --- README.md | 4 ++-- tileview/build.gradle | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 0b397edd..1365d271 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.8' +compile 'com.qozix:tileview:2.2.9' ``` 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.8'` to your gradle dependencies. +1. Add `compile 'com.qozix:tileview:2.2.9'` 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 605ea4c8..566190db 100644 --- a/tileview/build.gradle +++ b/tileview/build.gradle @@ -6,8 +6,8 @@ android { defaultConfig { minSdkVersion 11 targetSdkVersion 23 - versionCode 39 - versionName "2.2.8" + versionCode 40 + versionName "2.2.9" } buildTypes { release {