Skip to content

Commit

Permalink
upgrading version and readme
Browse files Browse the repository at this point in the history
  • Loading branch information
moagrius committed Jul 13, 2018
1 parent 5f6ff46 commit fa708a0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ This is a major upgrade and is not backwards compatible with TileView version 2.
## Installation
Add this to your app module's build.gradle.
```
implementation 'com.qozix:tileview:3.0'
implementation 'com.qozix:tileview:3.0.1'
```

##### Quick Setup
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 19
targetSdkVersion 27
versionCode 41
versionName "3.0"
versionCode 42
versionName "3.0.1"
}
buildTypes {
release {
Expand Down

0 comments on commit fa708a0

Please sign in to comment.