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 19d50ab commit 085cbb2Copy full SHA for 085cbb2
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.0.0'
+ compile 'com.schibsted.spain:parallax-layer-layout:1.1.0'
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.0.0'
+ publishVersion = '1.1.0'
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