Skip to content

Commit

Permalink
Update library release version
Browse files Browse the repository at this point in the history
- Update library release version
- Update README.md
  • Loading branch information
dmytro1morozov committed Sep 22, 2022
1 parent 8bbd350 commit f21c1c9
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 7 deletions.
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@ This component implements transition animation to crumble view into tiny pieces.
<img src="star_wars-concept.gif" />
<br>Check this <a href="https://dribbble.com/shots/2109991-Star-Wars-App-concept">project on dribbble</a>.

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+
Expand All @@ -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'
}
```

Expand Down
4 changes: 2 additions & 2 deletions demo/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down
4 changes: 2 additions & 2 deletions library/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ android {
defaultConfig {
minSdkVersion 15
targetSdkVersion 33
versionCode 2
versionName "0.1.1"
versionCode 3
versionName "0.1.2"
}
buildTypes {
release {
Expand Down

0 comments on commit f21c1c9

Please sign in to comment.