Skip to content

Commit fa708a0

Browse files
committed
upgrading version and readme
1 parent 5f6ff46 commit fa708a0

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ This is a major upgrade and is not backwards compatible with TileView version 2.
2424
## Installation
2525
Add this to your app module's build.gradle.
2626
```
27-
implementation 'com.qozix:tileview:3.0'
27+
implementation 'com.qozix:tileview:3.0.1'
2828
```
2929

3030
##### Quick Setup

tileview/build.gradle

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ android {
66
defaultConfig {
77
minSdkVersion 19
88
targetSdkVersion 27
9-
versionCode 41
10-
versionName "3.0"
9+
versionCode 42
10+
versionName "3.0.1"
1111
}
1212
buildTypes {
1313
release {

0 commit comments

Comments
 (0)