Skip to content

Commit

Permalink
[SUPPORT] Publish v2.1.1 to MavenCentral
Browse files Browse the repository at this point in the history
  • Loading branch information
lopspower committed Aug 29, 2022
1 parent 0dd7e9d commit 33834d4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ USAGE
Add RxAnimation library under **Rx3** with Gradle:

```groovy
implementation 'com.mikhaellopez:rxanimation:2.1.0'
implementation 'com.mikhaellopez:rxanimation:2.1.1'
```

:warning: If you use **Rx2** you need to implement the following version (just on jcenter):
Expand Down
4 changes: 2 additions & 2 deletions dependencies.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ allprojects {

ext {
// LIBRARY VERSION
androidVersionCode = 10
androidVersionName = '2.1.0'
androidVersionCode = 11
androidVersionName = '2.1.1'

// LIBRARY INFORMATION
libraryGroupId = 'com.mikhaellopez'
Expand Down

0 comments on commit 33834d4

Please sign in to comment.