Skip to content

Commit

Permalink
Up version for release 1.9.3
Browse files Browse the repository at this point in the history
  • Loading branch information
David Ganster committed Nov 23, 2021
1 parent 2f67a16 commit 0d95d32
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Get a good overview of this library here: https://medium.com/@david.gansterd/bri
To use `AdditiveAnimator` in your project, add the following lines to your `build.gradle`:
```
dependencies {
compile 'at.wirecube:additive_animations:1.9.2'
compile 'at.wirecube:additive_animations:1.9.3'
}
```

Expand Down
4 changes: 2 additions & 2 deletions additive_animations/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ android {
defaultConfig {
minSdkVersion 14
targetSdkVersion 30
versionCode 27
versionName "1.9.2"
versionCode 28
versionName "1.9.3"
}
buildTypes {
release {
Expand Down
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
VERSION_NAME=1.9.2
VERSION_CODE=27
VERSION_NAME=1.9.3
VERSION_CODE=28
GROUP=at.wirecube

POM_DESCRIPTION=Additive animations for Android, along with many convenience methods for clean animation code.
Expand Down

0 comments on commit 0d95d32

Please sign in to comment.