Skip to content

Commit 36f814c

Browse files
committed
Published library to Maven Central as an AAR and updated README to reflect changes
1 parent 7898ef4 commit 36f814c

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

README.md

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ repositories {
3636
}
3737

3838
dependencies{
39-
compile 'com.nvanbenschoten.motion:library:1.0.2'
39+
compile 'com.nvanbenschoten.motion:library:1.1.0'
4040
}
4141
```
4242
**Or**:
@@ -46,7 +46,7 @@ Add the following to your `pom.xml`:
4646
<dependency>
4747
<groupId>com.nvanbenschoten.motion</groupId>
4848
<artifactId>library</artifactId>
49-
<version>1.0.2</version>
49+
<version>1.1.0</version>
5050
<type>aar</type>
5151
</dependency>
5252
```
@@ -91,9 +91,6 @@ perceived depth of the view.
9191
* tiltSensitivity (float) - adjusts the sensitivity of the view towards tilting, changing how quickly
9292
the parallax's bounds are reached.
9393

94-
* forwardTiltOffset (float) - adjusts the tilt offset used to counteract a natural forward tilt of
95-
a phone while facing a user.
96-
9794
* scaledIntensity (boolean) - adjusts whether the ImageView's x and y axis' parallax intensities
9895
are scaled to the image's aspect ratio or equal to each other and to the smaller of the axis'
9996
intensities (false by default).
@@ -116,4 +113,4 @@ License
116113
limitations under the License.
117114

118115
[1]: https://github.com/nvanbenschoten/motion/releases
119-
[2]: https://github.com/nvanbenschoten/motion/releases/download/v1.0.1/com.nvanbenschoten.motion-1.0.1.jar
116+
[2]: https://github.com/nvanbenschoten/motion/releases/download/v1.1.0/com.nvanbenschoten.motion-1.1.0.jar

0 commit comments

Comments
 (0)