We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 59fef9a commit d60d13dCopy full SHA for d60d13d
README.md
@@ -70,7 +70,7 @@ Grab the latest version from jCenter:
70
71
```groovy
72
dependencies {
73
- compile 'com.schibsted.spain:parallax-layer-layout:1.1.0'
+ compile 'com.schibsted.spain:parallax-layer-layout:1.1.1'
74
}
75
```
76
library/build.gradle
@@ -30,7 +30,7 @@ publish {
30
userOrg = 'schibstedspain'
31
groupId = 'com.schibsted.spain'
32
artifactId = 'parallax-layer-layout'
33
- publishVersion = '1.1.0'
+ publishVersion = '1.1.1'
34
desc =
35
'Let\'s you add layered parallax effect to your views or images based on things like device rotation.'
36
website = 'https://github.com/SchibstedSpain/parallax-layer-layout'
0 commit comments