Skip to content

Commit

Permalink
increase version
Browse files Browse the repository at this point in the history
  • Loading branch information
imandolatkia committed Aug 23, 2021
1 parent c54f5e1 commit dbf7bb8
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ add the following line to **app-level** build.gradle file, in dependencies scope
```gradle
dependencies {
...
implementation "io.github.imandolatkia:animatedThemeManager:1.1.1"
implementation "io.github.imandolatkia:animatedThemeManager:1.1.2"
}
```

Expand Down
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,6 @@ android {

dependencies {
// implementation project(':animatedThemeManager')
implementation "io.github.imandolatkia:animatedThemeManager:1.1.1"
implementation "io.github.imandolatkia:animatedThemeManager:1.1.2"
implementation 'com.google.android.material:material:1.4.0'
}
}
2 changes: 1 addition & 1 deletion scripts/publish-module.gradle
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
ext {
PUBLISH_GROUP_ID = 'io.github.imandolatkia'
PUBLISH_VERSION = '1.1.1'
PUBLISH_VERSION = '1.1.2'
PUBLISH_ARTIFACT_ID = 'animatedThemeManager'
}

Expand Down

0 comments on commit dbf7bb8

Please sign in to comment.