File tree Expand file tree Collapse file tree 3 files changed +5
-7
lines changed Expand file tree Collapse file tree 3 files changed +5
-7
lines changed Original file line number Diff line number Diff 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
2523dependencies {
2624 //...
27- compile 'com.yalantis:starwarstiles:0.1.1 '
25+ implementation 'com.yalantis:starwarstiles:0.1.2 '
2826}
2927```
3028
Original file line number Diff line number Diff 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 {
Original file line number Diff line number Diff 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 {
You can’t perform that action at this time.
0 commit comments