Skip to content

Commit

Permalink
Version 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pranavpandey committed Jan 22, 2019
1 parent 8e30c35 commit 7ff8bc0
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ It can be installed by adding the following dependency to your `build.gradle` fi

```groovy
dependencies {
implementation 'com.pranavpandey.android:dynamic-motion:0.1.0'
implementation 'com.pranavpandey.android:dynamic-motion:0.2.0'
}
```

Expand Down
8 changes: 4 additions & 4 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ task clean(type: Delete) {
ext {
projectName = 'dynamic-motion'
projectDesc = 'A library to provide additional functionality for Android MotionLayout.'
versionDesc = 'A library to provide additional functionality for MotionLayout on' +
versionDesc = 'A library to provide additional functionality for MotionLayout on ' +
'Android 18+ (JellyBean MR2 or above) devices.'
referenceTitle = 'Dynamic Motion Reference'

Expand All @@ -65,9 +65,9 @@ ext {
mavenGroup = 'com.pranavpandey.android'
mavenArtifactId = 'dynamic-motion'
mavenInceptionYear = 2018
mavenVersion = '0.1.0'
mavenVersionCode = 1
sampleVersionCode = 1
mavenVersion = '0.2.0'
mavenVersionCode = 2
sampleVersionCode = 2

developerId = 'pranavpandey'
developerName = 'Pranav Pandey'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ public PorterDuff.Mode getFilterMode() {

/**
* Set color of this view according to the supplied values.
* <p><t will be used to tint this view dynamically by using the custom attribute feature
* <p>It will be used to tint this view dynamically by using the custom attribute feature
* of the {@link androidx.constraintlayout.motion.widget.MotionLayout}.
*/
public void setColor(@ColorInt int color) {
Expand Down

0 comments on commit 7ff8bc0

Please sign in to comment.