File tree Expand file tree Collapse file tree 3 files changed +5
-8
lines changed Expand file tree Collapse file tree 3 files changed +5
-8
lines changed Original file line number Diff line number Diff line change 88This 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 
2522dependencies { 
2623    //... 
27-     compile  'com.yalantis:starwarstiles:0.1.1 ' 
24+     implementation  'com.yalantis:starwarstiles:0.1.2 ' 
2825} 
2926``` 
3027
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