diff --git a/README.md b/README.md
index 580adff..935eadf 100644
--- a/README.md
+++ b/README.md
@@ -12,8 +12,6 @@ This component implements transition animation to crumble view into tiny pieces.
Check this project on dribbble.
-Also, read how it was done in [our blog](https://yalantis.com/blog/star-wars-the-force-awakens-or-how-to-crumble-view-into-tiny-pieces-on-android)
-
##Requirements
- Android SDK 15+
- OpenGL ES 2.0+
@@ -24,7 +22,7 @@ Add to your module's build.gradle:
```Groovy
dependencies {
//...
- compile 'com.yalantis:starwarstiles:0.1.1'
+ implementation 'com.yalantis:starwarstiles:0.1.2'
}
```
diff --git a/demo/build.gradle b/demo/build.gradle
index 32aa3c8..276c448 100644
--- a/demo/build.gradle
+++ b/demo/build.gradle
@@ -8,8 +8,8 @@ android {
applicationId "com.yalantis.starwarsdemo"
minSdkVersion 15
targetSdkVersion 33
- versionCode 1
- versionName "0.1.0"
+ versionCode 2
+ versionName "0.1.2"
}
buildTypes {
release {
diff --git a/library/build.gradle b/library/build.gradle
index f3efd3a..07c053a 100644
--- a/library/build.gradle
+++ b/library/build.gradle
@@ -7,8 +7,8 @@ android {
defaultConfig {
minSdkVersion 15
targetSdkVersion 33
- versionCode 2
- versionName "0.1.1"
+ versionCode 3
+ versionName "0.1.2"
}
buildTypes {
release {