Skip to content

Commit

Permalink
Version 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pranavpandey committed May 30, 2022
1 parent ddb9dc8 commit 8e171d7
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@
A library to provide additional functionality for [MotionLayout](https://developer.android.com/reference/android/support/constraint/motion/MotionLayout)
on Android 4.3 (API 18) and above.

> Since v1.0.0, it is dependent on Java 8.
<img src="https://raw.githubusercontent.com/pranavpandey/dynamic-motion/master/graphics/dynamic-motion.gif" width="280" height="486">

It has `DynamicMotionLayout` which has a built-in `ViewPager` to create parallax effects which will
Expand All @@ -33,7 +35,7 @@ It can be installed by adding the following dependency to your `build.gradle` fi

```groovy
dependencies {
implementation 'com.pranavpandey.android:dynamic-motion:0.5.0'
implementation 'com.pranavpandey.android:dynamic-motion:1.0.0'
}
```

Expand Down
6 changes: 3 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -69,9 +69,9 @@ ext {
mavenDir = 'com/pranavpandey/android'
mavenArtifactId = 'dynamic-motion'
mavenInceptionYear = 2018
mavenVersion = '0.5.0'
mavenVersionCode = 5
sampleVersionCode = 5
mavenVersion = '1.0.0'
mavenVersionCode = 6
sampleVersionCode = 6

developerId = 'pranavpandey'
developerName = 'Pranav Pandey'
Expand Down

0 comments on commit 8e171d7

Please sign in to comment.