We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5f6ff46 commit fa708a0Copy full SHA for fa708a0
README.md
@@ -24,7 +24,7 @@ This is a major upgrade and is not backwards compatible with TileView version 2.
24
## Installation
25
Add this to your app module's build.gradle.
26
```
27
-implementation 'com.qozix:tileview:3.0'
+implementation 'com.qozix:tileview:3.0.1'
28
29
30
##### Quick Setup
tileview/build.gradle
@@ -6,8 +6,8 @@ android {
6
defaultConfig {
7
minSdkVersion 19
8
targetSdkVersion 27
9
- versionCode 41
10
- versionName "3.0"
+ versionCode 42
+ versionName "3.0.1"
11
}
12
buildTypes {
13
release {
0 commit comments