Skip to content

Commit 63f59cc

Browse files
committed
bumping version
1 parent 2f33616 commit 63f59cc

File tree

3 files changed

+5
-5
lines changed

3 files changed

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

tileview/aar-release.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -51,5 +51,5 @@ generateRelease.dependsOn(zipRelease)
5151

5252
artifacts {
5353
archives androidSourcesJar
54-
archives androidJavadocsJar
54+
//archives androidJavadocsJar
5555
}

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 33
10-
versionName "2.2.2"
9+
versionCode 34
10+
versionName "2.2.3"
1111
}
1212
buildTypes {
1313
release {

0 commit comments

Comments
 (0)