Skip to content

Commit 8e171d7

Browse files
committed
Version 1.0.0
1 parent ddb9dc8 commit 8e171d7

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@
99
A library to provide additional functionality for [MotionLayout](https://developer.android.com/reference/android/support/constraint/motion/MotionLayout)
1010
on Android 4.3 (API 18) and above.
1111

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

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

3436
```groovy
3537
dependencies {
36-
implementation 'com.pranavpandey.android:dynamic-motion:0.5.0'
38+
implementation 'com.pranavpandey.android:dynamic-motion:1.0.0'
3739
}
3840
```
3941

build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -69,9 +69,9 @@ ext {
6969
mavenDir = 'com/pranavpandey/android'
7070
mavenArtifactId = 'dynamic-motion'
7171
mavenInceptionYear = 2018
72-
mavenVersion = '0.5.0'
73-
mavenVersionCode = 5
74-
sampleVersionCode = 5
72+
mavenVersion = '1.0.0'
73+
mavenVersionCode = 6
74+
sampleVersionCode = 6
7575

7676
developerId = 'pranavpandey'
7777
developerName = 'Pranav Pandey'

0 commit comments

Comments
 (0)