Skip to content

Commit f21c1c9

Browse files
Update library release version
- Update library release version - Update README.md
1 parent 8bbd350 commit f21c1c9

File tree

3 files changed

+5
-7
lines changed

3 files changed

+5
-7
lines changed

README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,6 @@ This component implements transition animation to crumble view into tiny pieces.
1212
<img src="star_wars-concept.gif" />
1313
<br>Check this <a href="https://dribbble.com/shots/2109991-Star-Wars-App-concept">project on dribbble</a>.
1414

15-
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)
16-
1715
##Requirements
1816
- Android SDK 15+
1917
- OpenGL ES 2.0+
@@ -24,7 +22,7 @@ Add to your module's build.gradle:
2422
```Groovy
2523
dependencies {
2624
//...
27-
compile 'com.yalantis:starwarstiles:0.1.1'
25+
implementation 'com.yalantis:starwarstiles:0.1.2'
2826
}
2927
```
3028

demo/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ android {
88
applicationId "com.yalantis.starwarsdemo"
99
minSdkVersion 15
1010
targetSdkVersion 33
11-
versionCode 1
12-
versionName "0.1.0"
11+
versionCode 2
12+
versionName "0.1.2"
1313
}
1414
buildTypes {
1515
release {

library/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ android {
77
defaultConfig {
88
minSdkVersion 15
99
targetSdkVersion 33
10-
versionCode 2
11-
versionName "0.1.1"
10+
versionCode 3
11+
versionName "0.1.2"
1212
}
1313
buildTypes {
1414
release {

0 commit comments

Comments
 (0)