Skip to content

Commit

Permalink
* [release] v0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mikepenz committed Aug 20, 2016
1 parent 71101d8 commit f2aca8c
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 9 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ These `Animators` correctly work with all view states and `RecyclerView` states
#Include in your project
##Using Maven
```javascript
compile "com.mikepenz:itemanimators:0.2.4@aar"
compile "com.mikepenz:itemanimators:0.5.0@aar"
compile "com.android.support:recyclerview-v7:${supportLibVersion}"
```

Expand Down
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ android {
defaultConfig {
minSdkVersion 14
targetSdkVersion 24
versionCode 24
versionName '0.2.4'
versionCode 50
versionName '0.5.0'

applicationVariants.all { variant ->
variant.outputs.each { output ->
Expand Down
5 changes: 2 additions & 3 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
# Maven stuff
VERSION_NAME=0.2.4
VERSION_CODE=24
VERSION_NAME=0.5.0
VERSION_CODE=50
GROUP=com.mikepenz

POM_DESCRIPTION=ItemAnimators Library
POM_URL=https://github.com/mikepenz/itemanimators
POM_SCM_URL=https://github.com/mikepenz/itemanimators
Expand Down
4 changes: 2 additions & 2 deletions library/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ android {
defaultConfig {
minSdkVersion 14
targetSdkVersion 24
versionCode 24
versionName '0.2.4'
versionCode 50
versionName '0.5.0'
}
buildTypes {
release {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
The <b>ItemAnimators</b> library comes with a huge collections of pre-created Animators for your RecyclerView.
]]>
</string>
<string name="library_itemanimators_libraryVersion">0.2.4</string>
<string name="library_itemanimators_libraryVersion">0.5.0</string>
<string name="library_itemanimators_libraryWebsite">https://github.com/mikepenz/itemanimators</string>
<string name="library_itemanimators_licenseId">apache_2_0</string>
<string name="library_itemanimators_isOpenSource">true</string>
Expand Down

0 comments on commit f2aca8c

Please sign in to comment.