Skip to content

Commit 15525ea

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

File tree

3 files changed

+5
-8
lines changed

3 files changed

+5
-8
lines changed

README.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,9 @@
88
This component implements transition animation to crumble view into tiny pieces.
99

1010

11-
1211
<img src="star_wars-concept.gif" />
1312
<br>Check this <a href="https://dribbble.com/shots/2109991-Star-Wars-App-concept">project on dribbble</a>.
1413

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-
1714
##Requirements
1815
- Android SDK 15+
1916
- OpenGL ES 2.0+
@@ -24,7 +21,7 @@ Add to your module's build.gradle:
2421
```Groovy
2522
dependencies {
2623
//...
27-
compile 'com.yalantis:starwarstiles:0.1.1'
24+
implementation 'com.yalantis:starwarstiles:0.1.2'
2825
}
2926
```
3027

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)