diff --git a/README.md b/README.md index 3786753..4e9a34a 100644 --- a/README.md +++ b/README.md @@ -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' } ``` diff --git a/additive_animations/build.gradle b/additive_animations/build.gradle index 6220671..162398c 100644 --- a/additive_animations/build.gradle +++ b/additive_animations/build.gradle @@ -24,8 +24,8 @@ android { defaultConfig { minSdkVersion 14 targetSdkVersion 30 - versionCode 27 - versionName "1.9.2" + versionCode 28 + versionName "1.9.3" } buildTypes { release { diff --git a/gradle.properties b/gradle.properties index dd0ae96..32fc761 100644 --- a/gradle.properties +++ b/gradle.properties @@ -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.